1.1.11.38 I2C_SLAVE_TRANSFER_DIR Macro
C
/* I2C slave mode */ /* I2C Master is writing to slave */ #define I2C_SLAVE_TRANSFER_DIR_WRITE 0U /* I2C Master is reading from slave */ #define I2C_SLAVE_TRANSFER_DIR_READ 1U typedef uint32_t I2C_SLAVE_TRANSFER_DIR;
Summary
Defines macros associated with the I2C transfer direction
Description
Defines macros associated with the I2C transfer direction
Remarks
None.