Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dstm32-usart.h115 #define USART_SR_RXNE BIT(5) macro
Dstm32-usart.c186 } else if (*sr & USART_SR_RXNE) { in stm32_usart_pending_rx()
481 if ((sr & USART_SR_RXNE) && !(stm32_port->rx_ch)) in stm32_usart_interrupt()