Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dserial_stm32.c96 if ((isr & USART_ISR_RXNE) == 0) in stm32_serial_getc()
140 USART_ISR_RXNE ? 1 : 0; in stm32_serial_pending()
Dserial_stm32.h68 #define USART_ISR_RXNE BIT(5) macro