Type Alias rp2040_pac::uart0::uartlcr_h::EPS_W

source ·
pub type EPS_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field EPS writer - Even parity select. Controls the type of parity the UART uses during transmission and reception: 0 = odd parity. The UART generates or checks for an odd number of 1s in the data and parity bits. 1 = even parity. The UART generates or checks for an even number of 1s in the data and parity bits. This bit has no effect when the PEN bit disables parity checking and generation.

Aliased Type§

struct EPS_W<'a, REG> { /* private fields */ }