Enum zinc_hal_lpc11xx::ioregs::SYSCON_bodctrl_bodintval [] [src]

pub enum SYSCON_bodctrl_bodintval {
    Level0,
    Level1,
    Level2,
    Level3,
}

Variants

Level0

Level 0: The interrupt assertion threshold voltage is 1.65 V; the interrupt de-assertion threshold voltage is 1.80 V.

Level1

Level 1:The interrupt assertion threshold voltage is 2.22 V; the interrupt de-assertion threshold voltage is 2.35 V.

Level2

Level 2: The interrupt assertion threshold voltage is 2.52 V; the interrupt de-assertion threshold voltage is 2.66 V.

Level3

Level 3: The interrupt assertion threshold voltage is 2.80 V; the interrupt de-assertion threshold voltage is 2.90 V.

Trait Implementations

Derived Implementations

impl PartialEq for SYSCON_bodctrl_bodintval

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

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