Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif1_arb2_xtd [] [src]

pub enum C_CAN_canif1_arb2_xtd {
    Standard11Bit,
    Standard29Bit,
}

Variants

Standard11Bit

The 11-bit standard identifier will be used for this message object.

Standard29Bit

The 29-bit extended identifier will be used for this message object.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif1_arb2_xtd

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

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