Home
last modified time | relevance | path

Searched refs:UART_USR_RX_FIFO_NOT_EMPTY (Results 1 – 3 of 3) sorted by relevance

/bsp/rockchip/rk3500/driver/uart8250/
A Dfiq-debugger.c23 #define UART_USR_RX_FIFO_NOT_EMPTY 0x08 /* Receive FIFO not empty */ macro
74 if ((usr & UART_USR_RX_FIFO_NOT_EMPTY) == UART_USR_RX_FIFO_NOT_EMPTY) in fiq_debugger_isr()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_uart.h133 #define UART_USR_RX_FIFO_NOT_EMPTY 0x08 /**< Receive FIFO not empty */ macro
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_uart.c294 if (!(pReg->USR & UART_USR_RX_FIFO_NOT_EMPTY)) { in HAL_UART_SerialIn()

Completed in 12 milliseconds