Enum zinc_hal_lpc11xx::ioregs::UART_acr_abeointclr [] [src]

pub enum UART_acr_abeointclr {
    NoImpact,
    ClearInterrupt,
}

Variants

NoImpact

Writing a 0 has no impact.

ClearInterrupt

Writing a 1 will clear the corresponding interrupt in the IIR.

Trait Implementations

Derived Implementations

impl PartialEq for UART_acr_abeointclr

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

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