Enum zinc_hal_lpc11xx::ioregs::UART_acr_abtointclr [] [src]

pub enum UART_acr_abtointclr {
    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_abtointclr

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

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