Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_arb2_msgval [] [src]

pub enum C_CAN_canif2_arb2_msgval {
    Ignore,
    Configured,
}

Variants

Ignore

The message object is ignored by the message handler.

Configured

The message object is configured and should be considered by the message handler.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_arb2_msgval

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

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