Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif1_mctrl_eob [] [src]

pub enum C_CAN_canif1_mctrl_eob {
    FIFO,
    SingleLast,
}

Variants

FIFO

Message object belongs to a FIFO buffer and is not the last message object of that FIFO buffer.

SingleLast

Single message object or last message object of a FIFO buffer.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif1_mctrl_eob

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

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