Type Alias rp2040_pac::uart0::uartrsr::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 */ }