UART_GET_UTSR1
status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) |
status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) |
UART_GET_UTSR1(sport) & UTSR1_TNF,
return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT;
while (UART_GET_UTSR1(sport) & UTSR1_TBY)
while (!(UART_GET_UTSR1(sport) & UTSR1_TNF))
status = UART_GET_UTSR1(sport);