1.2.21.83 1.3.25.83 1.4.21.83 1.5.25.83 1.6.22.83 1.7.23.83 1.9.19.83 1.29.23.83 1.30.18.83 1.31.18.83 1.32.26.83 1.33.16.83 1.37.18.83 1.38.21.83 1.39.18.83 1.40.20.83 SERCOM_I2C_SLAVE_ACK_ACTION_SEND Enum
C
/* I2C slave mode */
typedef enum
{
/* Set ACK Action as ACK */
SERCOM_I2C_SLAVE_ACK_ACTION_SEND_ACK = 0,
/* Set ACK Action as NAK */
SERCOM_I2C_SLAVE_ACK_ACTION_SEND_NAK,
}SERCOM_I2C_SLAVE_ACK_ACTION_SEND;
Summary
Defines the enum for the I2C slave acknowledgement type
Description
Defines the enum for the I2C slave acknowledgement type. The SERCOMx_I2C_AckActionSet() function takes the acknowledgement of this type as an argument.
Remarks
None.