Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Duart_15xx.c99 ((Chip_UART_GetStatus(pUART) & UART_STAT_TXRDY) != 0)) { in Chip_UART_Send()
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()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Duart_15xx.h95 #define UART_STAT_TXRDY (0x01 << 2) /*!< Transmitter ready for data */ macro
/lk-master/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