Searched refs:USART_CR2_STOP_0 (Results 1 – 2 of 2) sorted by relevance
16 #define STM32_UART_STOPBITS_0_5 USART_CR2_STOP_018 #define STM32_UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1)
73 #define USART_CR2_STOP_0 BIT(12) macro