Enum zinc_hal_lpc11xx::ioregs::UART_ier_rbrie [] [src]

pub enum UART_ier_rbrie {
    Disabled,
    Enabled,
}

Variants

Disabled

Disable the RDA interrupt.

Enabled

Enable the RDA interrupt.

Trait Implementations

Derived Implementations

impl PartialEq for UART_ier_rbrie

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

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