Home
last modified time | relevance | path

Searched refs:USART_CR3_EIE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/tty/serial/
Dstm32-usart.h124 #define USART_CR3_EIE BIT(0) macro
Dstm32-usart.c1315 cr3 |= USART_CR3_EIE; in stm32_usart_set_termios()
1841 cr3 &= ~USART_CR3_EIE; in stm32_usart_serial_remove()