SR_RXRDY
while (sr & SR_RXRDY) {
if ((PSC_CN_SR(&psc_console) & SR_RXRDY) == 0)
#define SR_RCV_MASK (SR_RB | SR_FE | SR_PE | SR_ORERR | SR_RXRDY)