1.2.21.33 1.3.25.33 1.4.21.33 1.5.25.33 1.6.22.33 1.7.23.33 1.9.19.33 1.29.23.33 1.30.18.33 1.31.18.33 1.32.26.33 1.33.16.33 1.37.18.33 1.38.21.33 1.39.18.33 1.40.20.33 USART_STOP Enum
C
/* Blocking, non-blocking and ring buffer mode */ typedef enum { /* 1 bit stop bit */ USART_STOP_1_BIT = SERCOM_USART_INT_CTRLB_SBMODE_1_BIT, /* 2 bit stop bit */ USART_STOP_2_BIT = SERCOM_USART_INT_CTRLB_SBMODE_2_BIT, /* Force the compiler to reserve 32-bit memory for each enum */ USART_STOP_INVALID = 0xFFFFFFFFU } USART_STOP;
Summary
Defines the data type for the USART peripheral stop bits
Description
This may be used in the SERCOMx_USART_SerialSetup API to change the stop bit configuration
Remarks
None