UART_S1_RDRF
if (usr1 & UART_S1_RDRF) {
while (!(uart_getreg(bas, UART_S1) & UART_S1_RDRF))
while (uart_getreg(bas, UART_S1) & UART_S1_RDRF) {