Enum zinc_hal_lpc11xx::ioregs::C_CAN_canstat_txok [] [src]

pub enum C_CAN_canstat_txok {
    NoSuccessfulTramsmission,
    SuccessfulTransmission,
}

Variants

NoSuccessfulTramsmission

Since this bit was reset by the CPU, no message has been successfully transmitted.

SuccessfulTransmission

Since this bit was last reset by the CPU, a message has been successfully transmitted (error free and acknowledged by at least one other node).

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canstat_txok

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

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