1.2.21.82 1.3.25.82 1.4.21.82 1.5.25.82 1.6.22.82 1.7.23.82 1.9.19.82 1.29.23.82 1.30.18.82 1.31.18.82 1.32.26.82 1.33.16.82 1.37.18.82 1.38.21.82 1.39.18.82 1.40.20.82 SERCOM_I2C_SLAVE_ACK_STATUS Enum
C
/* I2C slave mode */
typedef enum
{
/* Received ACK from I2C master for the last byte sent */
SERCOM_I2C_SLAVE_ACK_STATUS_RECEIVED_ACK = 0,
/* Received NAK from I2C master for the last byte sent */
SERCOM_I2C_SLAVE_ACK_STATUS_RECEIVED_NAK,
}SERCOM_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 SERCOMx_I2C_LastByteAckStatusGet() function.
Remarks
None.