2.131.60 USART_LIN_CHECKSUM_TYPE Enum
C
/* Blocking and ring buffer mode */
typedef enum
{
USART_LIN_2_0_ENHANCHED_CHECKSUM = US_LINMR_CHKTYP(0U) ,
USART_LIN_1_3_CLASSIC_CHECKSUM = US_LINMR_CHKTYP(1U) ,
} USART_LIN_CHECKSUM_TYPE;
Summary
Defines the data type for the USART LIN checksum type bits
Description
This may be used in the USART0_LIN_ChecksumTypeSet API to change the LIN checksum bit configuration
Remarks
None
