1.27.25.21 TWIHS_ERROR Enum

C

/* TWIHS master mode */

typedef enum
{
    /* No Error */
    TWIHS_ERROR_NONE,
    
    /* Slave returned Nack */
    TWIHS_ERROR_NACK,
    
} TWIHS_ERROR;

Summary

Defines the possible errors that the TWIHS peripheral can generate in TWIHS master mode

Description

This enum defines the list of TWIHS Error Status. An error of this type is returned by the TWIHSx_ErrorGet() function.

Remarks

None.