Enum zinc_hal_lpc11xx::ioregs::UART_lsr_pe [] [src]

pub enum UART_lsr_pe {
    Inactive,
    Active,
}

Variants

Inactive

Parity error status is inactive.

Active

Parity error status is active.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lsr_pe

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

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