1.1.11.39 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 I2CSMBx_LastByteAckStatusGet() function.

Remarks

None.