TMPM4G9
V1.0.0.0
|
I2C Received Contents of Slave. More...
Macros | |
#define | I2C_NO_DATA (0) |
#define | I2C_READ_ADDRESSED (1) |
#define | I2C_WRITE_GENERAL (2) |
#define | I2C_WRITE_ADDRESSED (3) |
I2C Received Contents of Slave.
#define I2C_NO_DATA (0) |
the slave has not been addressed.
#define I2C_READ_ADDRESSED (1) |
the master has requested a read from this slave.
#define I2C_WRITE_ADDRESSED (3) |
the master is writing to this slave.
#define I2C_WRITE_GENERAL (2) |
the master is writing to all slave.(now, not support)