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

Data Fields

struct i2c_s i2c
 Target specific I2C structure.
 
enum mbed_hal_i2c_state state
 I2C state. Managed by the I2C class, available for use by the HAL.
 
struct buffer_s tx_buff
 Tx buffer.
 
struct buffer_s rx_buff
 Rx buffer.
 

Detailed Description

Definition at line 84 of file i2c_api.h.

Field Documentation

◆ i2c

struct i2c_s i2c

Target specific I2C structure.

Definition at line 85 of file i2c_api.h.

◆ state

enum mbed_hal_i2c_state state

I2C state. Managed by the I2C class, available for use by the HAL.

Definition at line 86 of file i2c_api.h.

◆ tx_buff

struct buffer_s tx_buff

Tx buffer.

Definition at line 88 of file i2c_api.h.

◆ rx_buff

struct buffer_s rx_buff

Rx buffer.

Definition at line 89 of file i2c_api.h.