Type Alias rp2040_pac::uart0::uartrsr::PE_W

source ·
pub type PE_W<'a, REG> = BitWriter1C<'a, REG>;
Expand description

Field PE writer - 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_W<'a, REG> { /* private fields */ }