Enum lpc177x_8x::uart1::lcr::PSW[][src]

pub enum PSW {
    ODD_PARITY,
    EVEN_PARITY,
    FORCED_1,
    FORCED_0,
}

Values that can be written to the field PS

Variants

Odd parity. Number of 1s in the transmitted character and the attached parity bit will be odd.

Even Parity. Number of 1s in the transmitted character and the attached parity bit will be even.

Forced 1 stick parity.

Forced 0 stick parity.

Auto Trait Implementations

impl Send for PSW

impl Sync for PSW