1.2.21.32 1.3.25.32 1.4.21.32 1.5.25.32 1.6.22.32 1.7.23.32 1.9.19.32 1.29.23.32 1.30.18.32 1.31.18.32 1.32.26.32 1.33.16.32 1.37.18.32 1.38.21.32 1.39.18.32 1.40.20.32 USART_LIN_MASTER_CMD Enum
C
/* Blocking, non-blocking and ring buffer mode */ typedef enum { USART_LIN_MASTER_CMD_NONE = SERCOM_USART_INT_CTRLB_LINCMD_NONE, USART_LIN_MASTER_CMD_SOFTWARE_CONTROLLED = SERCOM_USART_INT_CTRLB_LINCMD_SOFTWARE_CONTROL_TRANSMIT_CMD, USART_LIN_MASTER_CMD_AUTO_TRANSMIT = SERCOM_USART_INT_CTRLB_LINCMD_AUTO_TRANSMIT_CMD } USART_LIN_MASTER_CMD;
Summary
Defines the enumeration constants for the LIN Master commands.
Description
Defines the enumeration constants for the LIN Master commands. This may be used in the SERCOMx_USART_LIN_CommandSet API to set the LIN master command.
Remarks
This API is only available when LIN master mode is available on the device.