2.131.61 USART_LIN_DATA_LEN Enum
C
/* Blocking and ring buffer mode */
typedef enum
{
USART_LIN_DATA_LEN_DLC = US_LINMR_DLM(0U),
USART_LIN_DATA_LEN_IDENTIFIER = US_LINMR_DLM(1U),
} USART_LIN_DATA_LEN;
Summary
Defines the data type for the USART LIN Data Length Mode bits
Description
This may be used in the USARTx_LIN_DataLenModeSet API to set the Data Length Mode bit configuration
Remarks
None
