Enum zinc_hal_lpc11xx::ioregs::UART_lcr_pe [] [src]

pub enum UART_lcr_pe {
    Disabled,
    Enabled,
}

Variants

Disabled

Disable parity generation and checking.

Enabled

Enable parity generation and checking.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lcr_pe

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

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