25.5.1 Receiver Data Register Low Byte

Reading the USARTn.RXDATAL register will return the contents of the eight least significant RXDATA bits.

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

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

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

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