Modification of Mbed-dev library for LQFP48 package microcontrollers: STM32F103C8 (STM32F103C8T6) and STM32F103CB (STM32F103CBT6) (Bluepill boards, Maple mini etc. )

Fork of mbed-STM32F103C8_org by Nothing Special

Embed: (wiki syntax)

« Back to documentation index

i2c_t Struct Reference

i2c_t Struct Reference
[Hal]

Asynch I2C HAL structure. More...

#include <i2c_api.h>

Data Fields

struct i2c_s i2c
 Target specific I2C structure.
struct buffer_s tx_buff
 Tx buffer.
struct buffer_s rx_buff
 Rx buffer.

Detailed Description

Asynch I2C HAL structure.

Definition at line 47 of file i2c_api.h.


Field Documentation

struct i2c_s i2c

Target specific I2C structure.

Definition at line 48 of file i2c_api.h.

struct buffer_s rx_buff

Rx buffer.

Definition at line 50 of file i2c_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 49 of file i2c_api.h.