rp2040_pac::uart0::uartrsr

Type Alias PE_R

Source
pub type PE_R = BitReader;
Expand description

Field PE reader - Parity error. When set to 1, it indicates that the parity of the received data character does not match the parity that the EPS and SPS bits in the Line Control Register, UARTLCR_H. This bit is cleared to 0 by a write to UARTECR. In FIFO mode, this error is associated with the character at the top of the FIFO.

Aliased Typeยง

struct PE_R { /* private fields */ }