2.124.62 USART_LIN_NACT Enum

C

/* Blocking and ring buffer mode */
typedef enum
{
    USART_LIN_NACT_PUBLISH = US_LINMR_NACT_PUBLISH,
    USART_LIN_NACT_SUBSCRIBE = US_LINMR_NACT_SUBSCRIBE,
    USART_LIN_NACT_IGNORE = US_LINMR_NACT_IGNORE,

} USART_LIN_NACT;

Summary

Defines the data type for the USART LIN node action bits

Description

This may be used in the USARTx_LIN_NodeActionSet API to change the LIN node action bit configuration

Remarks

None