Enum zinc_hal_lpc11xx::ioregs::SYSCON_bodctrl_bodrstlev [] [src]

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

Variants

Level0

Level 0: The reset assertion threshold voltage is 1.46 V; the reset de-assertion threshold voltage is 1.63 V.

Level1

Level 1: The reset assertion threshold voltage is 2.06 V; the reset de-assertion threshold voltage is 2.15 V.

Level2

Level 2: The reset assertion threshold voltage is 2.35 V; the reset de-assertion threshold voltage is 2.43 V.

Level3

Level 3: The reset assertion threshold voltage is 2.63 V; the reset de-assertion threshold voltage is 2.71 V.

Trait Implementations

Derived Implementations

impl PartialEq for SYSCON_bodctrl_bodrstlev

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

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