Type Alias rp2040_pac::uart0::uartlcr_h::SPS_W

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

Field SPS writer - Stick parity select. 0 = stick parity is disabled 1 = either: * if the EPS bit is 0 then the parity bit is transmitted and checked as a 1 * if the EPS bit is 1 then the parity bit is transmitted and checked as a 0. This bit has no effect when the PEN bit disables parity checking and generation.

Aliased Type§

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