Searched refs:Chip_UART_GetStatus (Results 1 – 3 of 3) sorted by relevance
99 ((Chip_UART_GetStatus(pUART) & UART_STAT_TXRDY) != 0)) { in Chip_UART_Send()132 ((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()190 while (((Chip_UART_GetStatus(pUART) & UART_STAT_TXRDY) != 0) && in Chip_UART_TXIntHandlerRB()230 if ((Chip_UART_GetStatus(pUART) & UART_STAT_TXRDY) != 0) { in Chip_UART_IRQRBHandler()
268 STATIC INLINE uint32_t Chip_UART_GetStatus(LPC_USART_T *pUART) in Chip_UART_GetStatus() function
267 if ((Chip_UART_GetStatus(LPC_USART) & UART_STAT_TXRDY) != 0) { in LPC_UARTHNDLR()
Completed in 4 milliseconds