Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_mctrl_newdat [] [src]

pub enum C_CAN_canif2_mctrl_newdat {
    NoNewData,
    NewDataWritten,
}

Variants

NoNewData

No new data has been written into the data portion of this message object by the message handler since this flag was cleared last by the CPU.

NewDataWritten

The message handler or the CPU has written new data into the data portion of this message object.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_mctrl_newdat

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

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