#include <i2c.h>
Data Fields | |
| struct i2c_interface | i2c |
| I2C interface. | |
| struct bit_basher | basher |
| Bit-bashing interface. | |
This provides a standardised way to construct I2C buses via a bit-bashing interface.
Definition at line 91 of file i2c.h.
struct i2c_interface i2c_bit_basher::i2c [read] |
I2C interface.
Definition at line 93 of file i2c.h.
Referenced by init_i2c_bit_basher(), linda_init_i2c(), linda_read_eeprom(), sfe4001_fini(), and sfe4001_init().
struct bit_basher i2c_bit_basher::basher [read] |
Bit-bashing interface.
Definition at line 95 of file i2c.h.
Referenced by falcon_i2c_bit_read(), falcon_i2c_bit_write(), i2c_bit_read(), i2c_bit_write(), init_i2c_bit_basher(), linda_i2c_read_bit(), and linda_i2c_write_bit().
1.5.7.1