Enum zinc_hal_lpc11xx::ioregs::C_CAN_canstat_ewarn [] [src]

pub enum C_CAN_canstat_ewarn {
    BelowWarningLimit,
    OverWarningLimit,
}

Variants

BelowWarningLimit

Both error counters are below the error warning limit of 96.

OverWarningLimit

At least one of the error counters in the EML has reached the error warning limit of 96.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canstat_ewarn

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

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