UART_TX_READY
#define UART_TX_READY(s) (((s) & UART01x_FR_TXFF) == 0)
#define UART_TX_READY(s) (((s) & UART_STATUS_THE) != 0)