1.27.25.21 1.34.25.21 1.35.18.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.