Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_mctrl_rxie [] [src]

pub enum C_CAN_canif2_mctrl_rxie {
    NoChange,
    Set,
}

Variants

NoChange

INTPND will be left unchanged after successful reception of a frame.

Set

INTPND will be set after successful reception of a frame.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_mctrl_rxie

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

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