TMPM4G9  V1.0.0.0
I2C Slave Receive Return Macros

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)
 

Detailed Description

I2C Received Contents of Slave.

Macro Definition Documentation

§ I2C_NO_DATA

#define I2C_NO_DATA   (0)

the slave has not been addressed.

§ I2C_READ_ADDRESSED

#define I2C_READ_ADDRESSED   (1)

the master has requested a read from this slave.

§ I2C_WRITE_ADDRESSED

#define I2C_WRITE_ADDRESSED   (3)

the master is writing to this slave.

§ I2C_WRITE_GENERAL

#define I2C_WRITE_GENERAL   (2)

the master is writing to all slave.(now, not support)