STM CMSIS
USART Number of Stop Bits

Macros

#define USART_STOPBITS_1   ((uint32_t)0x00000000U)
 
#define USART_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)
 
#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)
 
#define USART_STOPBITS_1_5   ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))
 

Detailed Description