Enum zinc_hal_lpc11xx::ioregs::UART_lcr_ps [] [src]

pub enum UART_lcr_ps {
    Odd,
    Even,
    Forced1,
    Forced0,
}

Variants

Odd

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

Even

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

Forced1

Forced 1 stick parity.

Forced0

Forced 0 stick parity.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lcr_ps

fn eq(&self, __arg_0: &UART_lcr_ps) -> bool

fn ne(&self, __arg_0: &UART_lcr_ps) -> bool