Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c99 ((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()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Duart_15xx.h268 STATIC INLINE uint32_t Chip_UART_GetStatus(LPC_USART_T *pUART) in Chip_UART_GetStatus() function
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c267 if ((Chip_UART_GetStatus(LPC_USART) & UART_STAT_TXRDY) != 0) { in LPC_UARTHNDLR()

Completed in 4 milliseconds