FR_RXFE
if (ISSET(fr, FR_RXFE))
while ((bus_space_read_1(iot, ioh, UARTFR) & FR_RXFE) == 0 &&
while (WMCOM_CNREAD_1(UARTFR) & FR_RXFE);