RA_UART_RBR
return (char)(uart_read(RA_UART_RBR) & 0xff);
return uart_read(RA_UART_RBR) & 0xff;
[COM_REG_RXDATA] = RA_UART_RBR,