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