Searched refs:USART_CR1_M0 (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()92 USART_CR1_M0, in stm32_serial_setconfig()
59 #define USART_CR1_M0 BIT(12) macro
89 #define USART_CR1_M0 BIT(12) /* F7 (CR1_M for F4) */ macro
1221 cr1 |= USART_CR1_M0; in stm32_usart_set_termios()1233 cr1 |= USART_CR1_M0; in stm32_usart_set_termios()