Searched refs:USART_CR1_PCE (Results 1 – 2 of 2) sorted by relevance
90 config = USART_CR1_PCE | USART_CR1_PS | USART_CR1_M0; in stm32_serial_setconfig()93 config = USART_CR1_PCE | USART_CR1_M0; in stm32_serial_setconfig()98 USART_CR1_PCE | USART_CR1_PS | USART_CR1_M1 | in stm32_serial_setconfig()
61 #define USART_CR1_PCE BIT(10) macro
Completed in 3 milliseconds