Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_mctrl_txrqst [] [src]

pub enum C_CAN_canif2_mctrl_txrqst {
    NoWait,
    Wait,
}

Variants

NoWait

This message object is not waiting for transmission.

Wait

The transmission of this message object is requested and is not yet done

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_mctrl_txrqst

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

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