Enum zinc_hal_lpc11xx::ioregs::UART_lsr_fe [] [src]

pub enum UART_lsr_fe {
    Inactive,
    Active,
}

Variants

Inactive

Framing error status is inactive.

Active

Framing error status is active.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lsr_fe

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

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