Searched refs:USTAT_TXB_EMPTY (Results 1 – 6 of 6) sorted by relevance
22 #define USTAT_TXB_EMPTY 0x02 /* tx buffer empty */ macro35 while(!(UTRSTAT0 & USTAT_TXB_EMPTY)) ; in serial_flush_output()109 while(!(UTRSTAT0 & USTAT_TXB_EMPTY)); in rt_serial_putc()
8 #define USTAT_TXB_EMPTY 0x02 /* tx buffer empty */ macro
19 #define USTAT_TXB_EMPTY 0x40 /* tx buffer empty */ macro
190 while (!(uart->uart_device->lsr & USTAT_TXB_EMPTY)); in rt_serial_write()194 while (!(uart->uart_device->lsr & USTAT_TXB_EMPTY)); in rt_serial_write()
24 #define USTAT_TXB_EMPTY 0x40 /* tx buffer empty */ macro
188 while (!(uart->uart_device->lsr & USTAT_TXB_EMPTY)); in rt_serial_write()192 while (!(uart->uart_device->lsr & USTAT_TXB_EMPTY)); in rt_serial_write()
Completed in 7 milliseconds