Enum zinc_hal_lpc11xx::ioregs::C_CAN_canstat_epass [] [src]

pub enum C_CAN_canstat_epass {
    Active,
    Passive,
}

Variants

Active

The CAN controller is in the error active state.

Passive

The CAN controller is in the error passive state as defined in the CAN 2.0 specification.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canstat_epass

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

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