Module lpc845_pac::usart0::rxdatstat[][src]

Expand description

Receiver Data with Status register. Combines the last character received with the current USART receive status. Allows DMA or software to recover incoming data and status together.

Structs

Field FRAMERR reader - Framing Error status flag. This bit is valid when there is a character to be read in the RXDAT register and reflects the status of that character. This bit will set when the character in RXDAT 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 is valid when there is a character to be read in the RXDAT register and reflects the status of that character. This bit will be set when a parity error is detected in a received character.

Register RXDATSTAT reader

Receiver Data with Status register. Combines the last character received with the current USART receive status. Allows DMA or software to recover incoming data and status together.

Field RXDAT reader - The USART Receiver Data register contains the next received character. The number of bits that are relevant depends on the USART configuration settings.

Field RXNOISE reader - Received Noise flag.