Enum zinc_hal_lpc11xx::ioregs::C_CAN_cancntl_eie [] [src]

pub enum C_CAN_cancntl_eie {
    Disabled,
    Enabled,
}

Variants

Disabled

Disable error interrupt. No error status interrupt will be generated.

Enabled

Enable error interrupt. A change in the bits BOFF or EWARN in the CANSTAT registers will generate an interrupt.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_cancntl_eie

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

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