Vipin Ranka / MGAS_GR_Peach

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

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.