Searched refs:USART_CR1_PS (Results 1 – 4 of 4) sorted by relevance
61 #define USART_CR1_PS BIT(9) macro
83 config = USART_CR1_PCE | USART_CR1_PS | USART_CR1_M0; in stm32_serial_setconfig()91 USART_CR1_PCE | USART_CR1_PS | USART_CR1_M1 | in stm32_serial_setconfig()
86 #define USART_CR1_PS BIT(9) macro
1260 cr1 |= USART_CR1_PS; in stm32_usart_set_termios()