Searched refs:USART_CR1_IE_MASK (Results 1 – 2 of 2) sorted by relevance
98 #define USART_CR1_IE_MASK (GENMASK(8, 4) | BIT(14) | BIT(26) | BIT(27)) macro
1900 new_cr1 = old_cr1 & ~USART_CR1_IE_MASK; in stm32_usart_console_write()