Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_mctrl_msglst [] [src]

pub enum C_CAN_canif2_mctrl_msglst {
    NoMessagesLost,
    NewMessageLost,
}

Variants

NoMessagesLost

No message lost since this bit was reset last by the CPU.

NewMessageLost

The Message Handler stored a new message into this object when NEWDAT was still set, the CPU has lost a message.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_mctrl_msglst

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

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