Enum zinc_hal_lpc11xx::ioregs::C_CAN_canec_rp [] [src]

pub enum C_CAN_canec_rp {
    BelowErrorPassive,
    OverErrorPassive,
}

Variants

BelowErrorPassive

The receive counter is below the error passive level.

OverErrorPassive

The receive counter has reached the error passive level as defined in the CAN2.0 specification.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canec_rp

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

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