2.109.19 SENT_ERROR_CODE Enum
C
typedef enum { NO_ERROR, CRC_ERROR, FRAME_ERROR, RX_IDLE_ERROR }SENT_ERROR_CODE;
Summary
Defines the SENT error code
Description
Defines the enum for SENT error code. One of these errors can occur during reception of data frames.
Remarks
None