24.5.1 Receiver Data Register Low Byte

Reading the USARTn.RXDATAL Register will return the contents of the Receive Data Buffer register (RXB).

The receive buffer consists of a two-level FIFO. The FIFO and the corresponding flags in the high byte of RXDATA will change state whenever the receive buffer is accessed (read). If CHSIZE in USARTn.CTRLC is set to 9BIT Low byte first, read USARTn.RXDATAL before USARTn.RXDATAH. Otherwise, always read USARTn.RXDATAH before USARTn.RXDATAL in order to get the correct flags.

Name: RXDATAL
Offset: 0x00
Reset: 0x00
Property: R

Bit 76543210 
 DATA[7:0] 
Access RRRRRRRR 
Reset 00000000 

Bits 7:0 – DATA[7:0] Receiver Data Register