Enum zinc_hal_lpc11xx::ioregs::C_CAN_canstat_rxok [] [src]

pub enum C_CAN_canstat_rxok {
    NoSuccessfulTramsmission,
    SuccessfulTransmission,
}

Variants

NoSuccessfulTramsmission

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

SuccessfulTransmission

Since this bit was last set to zero by the CPU, a message has been successfully received independent of the result of acceptance filtering.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canstat_rxok

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

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