Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.h108 #define USART_SR_RXNE BIT(5) macro
Dstm32-usart.c191 } else if (*sr & USART_SR_RXNE) { in stm32_pending_rx()
441 if ((sr & USART_SR_RXNE) && !(stm32_port->rx_ch)) in stm32_interrupt()