1.11.12.17 1.12.12.17 1.13.11.17 1.15.11.17 1.16.9.17 1.17.9.17 1.18.10.17 1.19.9.17 1.20.9.17 1.21.10.17 1.22.14.17 1.23.13.17 1.24.11.17 I2C_SLAVE_ERROR Enum
C
/* I2C slave mode */ typedef enum { // No Error I2C_SLAVE_ERROR_NONE, // Bus Collision Error I2C_SLAVE_ERROR_BUS_COLLISION, } I2C_SLAVE_ERROR;
Summary
Defines errors associated with I2C in slave mode
Description
This enum defines errors associated with I2C in slave mode. An error of this type is returned by the I2Cx_ErrorGet() function
Remarks
None.