Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dstm32-usart.h112 #define USART_SR_RXNE BIT(5) macro
Dstm32-usart.c184 } else if (*sr & USART_SR_RXNE) { in stm32_pending_rx()
466 if ((sr & USART_SR_RXNE) && !(stm32_port->rx_ch)) in stm32_interrupt()