mbed-dev library fork for STM32F100R6 microcontroller (LQFP64, 24MHz, 32kB flash, 4kB ram, 2-channel DAC, HDMI CEC, very cheap) . Use in online compiler (instead mbed library) with selected platform Nucleo F103RB.

Fork of mbed-dev by mbed official

Embed: (wiki syntax)

« Back to documentation index

i2c_t Struct Reference

i2c_t Struct Reference

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 44 of file i2c_api.h.


Field Documentation

struct i2c_s i2c

Target specific i2c structure.

Definition at line 45 of file i2c_api.h.

struct buffer_s rx_buff

Rx buffer.

Definition at line 47 of file i2c_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 46 of file i2c_api.h.