Type Alias rp2040_pac::uart0::uartdr::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. In FIFO mode, this error is associated with the character at the top of the FIFO.

Aliased Type§

struct PE_R { /* private fields */ }