Go to the source code of this file.
◆ I2C_MSG_FLAG_READ
#define I2C_MSG_FLAG_READ 1 |
Definition at line 23 of file i2c.h.
◆ I2C_MSG_FLAG_WRITE
#define I2C_MSG_FLAG_WRITE 0 |
Definition at line 22 of file i2c.h.
◆ i2c_bus_t
◆ vlib_i2c_bus_timed_out()
static int vlib_i2c_bus_timed_out |
( |
i2c_bus_t * |
bus | ) |
|
|
inlinestatic |
Definition at line 54 of file i2c.h.
◆ vlib_i2c_init()
◆ vlib_i2c_read_eeprom()
void vlib_i2c_read_eeprom |
( |
i2c_bus_t * |
bus, |
|
|
u8 |
i2c_addr, |
|
|
u16 |
start_addr, |
|
|
u16 |
length, |
|
|
u8 * |
data |
|
) |
| |
◆ vlib_i2c_xfer()