Searched refs:UART_FLAG_TXPND (Results 1 – 2 of 2) sorted by relevance
88 #define UART_FLAG_TXPND (BIT(8)) /*!< TX one byte finish flag */ macro
160 hal_uart_clrflag(uart->handle.instance, UART_FLAG_TXPND); in ab32_putc()162 while(hal_uart_getflag(uart->handle.instance, UART_FLAG_TXPND) == 0); in ab32_putc()
Completed in 8 milliseconds