1.29.23.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.