1.35.18.20 TWIHS_SLAVE_ACK_STATUS Enum

C

/* TWIHS slave mode */

typedef enum
{
    TWIHS_SLAVE_ACK_STATUS_RECEIVED_ACK = 0,
    TWIHS_SLAVE_ACK_STATUS_RECEIVED_NAK,
}TWIHS_SLAVE_ACK_STATUS;

Summary

Defines the enum for the TWIHS acknowledgement.

Description

Defines the enum for the TWIHS acknowledgement. Enum of this type is returned by the TWIHSx_LastByteAckStatusGet() function.

Remarks

None.