Expand description

FIFO read data.

Structs

FIFO read data.

Field FRAMERR reader - Framing Error status flag. This bit reflects the status for the data it is read along with from the FIFO, and indicates that the character was received with a missing stop bit at the expected location. This could be an indication of a baud rate or configuration mismatch with the transmitting source.

Field PARITYERR reader - Parity Error status flag. This bit reflects the status for the data it is read along with from the FIFO. This bit will be set when a parity error is detected in a received character.

Register FIFORD reader

Field RXDATA reader - Received data from the FIFO. The number of bits used depends on the DATALEN and PARITYSEL settings.

Field RXNOISE reader - Received Noise flag. See description of the RxNoiseInt bit in Table 354.