Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c132 ((Chip_UART_GetStatus(pUART) & UART_STAT_RXRDY) != 0)) { in Chip_UART_Read()
178 while ((Chip_UART_GetStatus(pUART) & UART_STAT_RXRDY) != 0) { in Chip_UART_RXIntHandlerRB()
/lk-master/platform/lpc15xx/
A Ddebug.c52 while ((Chip_UART_GetStatus(DEBUG_UART) & UART_STAT_RXRDY) != 0) { in lpc_UART0_irq()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Duart_15xx.h93 #define UART_STAT_RXRDY (0x01 << 0) /*!< Receiver ready */ macro

Completed in 3 milliseconds