STM CMSIS
UART Number of Stop Bits

Macros

#define UART_STOPBITS_1   ((uint32_t)0x00000000U)
 
#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)
 

Detailed Description