1.11.12.19 1.12.12.19 1.13.11.19 1.15.11.19 1.16.9.19 1.17.9.19 1.18.10.19 1.19.9.19 1.20.9.19 1.21.10.19 1.22.14.19 1.23.13.19 1.24.11.19 I2C_SLAVE_ACK_STATUS Enum
C
/* I2C slave mode */
typedef enum
{
I2C_SLAVE_ACK_STATUS_RECEIVED_ACK = 0,
I2C_SLAVE_ACK_STATUS_RECEIVED_NAK,
}I2C_SLAVE_ACK_STATUS;
Summary
Defines the enum for the I2C slave acknowledgement.
Description
Defines the enum for the I2C slave acknowledgement. Enum of this type is returned by the I2Cx_LastByteAckStatusGet() function.
Remarks
None.