Searched refs:USART_CR2_STOP_1 (Results 1 – 4 of 4) sorted by relevance
74 #define USART_CR2_STOP_1 BIT(13) macro
316 #define UART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) /*!< UART frame w…317 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w…
15962 #define USART_CR2_STOP_1 (0x2U << USART_CR2_STOP_Pos) /*!< 0x00002000 */ macro