Mbed OS Reference
Loading...
Searching...
No Matches
i2c_t Struct Reference

Asynch I2C HAL structure. More...

#include <i2c_api.h>

Data Fields

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

Detailed Description

Asynch I2C HAL structure.

Definition at line 75 of file i2c_api.h.

Field Documentation

◆ i2c

struct i2c_s i2c

Target specific I2C structure.

Definition at line 76 of file i2c_api.h.

◆ tx_buff

struct buffer_s tx_buff

Tx buffer.

Definition at line 77 of file i2c_api.h.

◆ rx_buff

struct buffer_s rx_buff

Rx buffer.

Definition at line 78 of file i2c_api.h.