Enum zinc_hal_lpc11xx::ioregs::UART_lsr_bi [] [src]

pub enum UART_lsr_bi {
    Inactive,
    Active,
}

Variants

Inactive

Break interrupt status is inactive.

Active

Break interrupt status is active.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lsr_bi

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

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