Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_cmdmsk_r_newdat [] [src]

pub enum C_CAN_canif2_cmdmsk_r_newdat {
    Unchanged,
    ClearBit,
}

Variants

Unchanged

NEWDAT bit remains unchanged. A read access to a message object can be combined with the reset of the control bits INTPND and NEWDAT in IF1/2_MCTRL. The values of these bits transferred to the IFx Message Control Register always reflect the status before resetting these bits.

ClearBit

Clear NEWDAT bit in the message object.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_cmdmsk_r_newdat

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

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