[−][src]Type Definition lpc55_pac::usart0::fifordnopop::R
type R = R<u32, FIFORDNOPOP>;
Reader of register FIFORDNOPOP
Implementations
impl R
[src]
pub fn rxdata(&self) -> RXDATA_R
[src]
Bits 0:8 - Received data from the FIFO. The number of bits used depends on the DATALEN and PARITYSEL settings.
pub fn framerr(&self) -> FRAMERR_R
[src]
Bit 13 - 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.
pub fn parityerr(&self) -> PARITYERR_R
[src]
Bit 14 - 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.
pub fn rxnoise(&self) -> RXNOISE_R
[src]
Bit 15 - Received Noise flag. See description of the RxNoiseInt bit in Table 354.