25.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 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
| DATA[7:0] | |
Access | R | R | R | R | R | R | R | R | |
Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
Bits 7:0 – DATA[7:0] Receiver Data
Register