Searched refs:USART_CR2_STOP_1 (Results 1 – 2 of 2) sorted by relevance
18 #define STM32_UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1)19 #define STM32_UART_STOPBITS_2 USART_CR2_STOP_1
74 #define USART_CR2_STOP_1 BIT(13) macro