Module lpc55_pac::usart0::fifordnopop[][src]

FIFO data read with no FIFO pop.

Structs

FIFORDNOPOP_SPEC

FIFO data read with no FIFO pop.

FRAMERR_R

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.

PARITYERR_R

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.

R

Register FIFORDNOPOP reader

RXDATA_R

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

RXNOISE_R

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