Searched refs:UART_FLAG_RXAVL (Results 1 – 11 of 11) sorted by relevance
187 #define UART_FLAG_RXAVL ((uint16_t)0x0002) macro192 ((FLAG) == UART_FLAG_RXAVL) || ((FLAG) == UART_FLAG_TXEPT))
91 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
99 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
105 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
103 if (uart->uart->CSR & UART_FLAG_RXAVL) in tkm32_uart_getc()
102 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
1022 #define UART_FLAG_RXAVL UART_CSR_RXAVL macro
Completed in 16 milliseconds