Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif1_mctrl_intpnd [] [src]

pub enum C_CAN_canif1_mctrl_intpnd {
    NoInterruptSource,
    InterruptSource,
}

Variants

NoInterruptSource

This message object is not the source of an interrupt.

InterruptSource

This message object is the source of an interrupt. The Interrupt Identifier in the Interrupt Register will point to this message object if there is no other interrupt source with higher priority.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif1_mctrl_intpnd

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

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