Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_mctrl_txie [] [src]

pub enum C_CAN_canif2_mctrl_txie {
    NoChange,
    Set,
}

Variants

NoChange

The INTPND bit will be left unchanged after a successful transmission of a frame.

Set

INTPND will be set after a successful transmission of a frame.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_mctrl_txie

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

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