Enum zinc_hal_lpc11xx::ioregs::UART_lsr_oe [] [src]

pub enum UART_lsr_oe {
    Inactive,
    Active,
}

Variants

Inactive

Overrun error status is inactive.

Active

Overrun error status is active.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lsr_oe

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

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