Enum zinc_hal_lpc11xx::ioregs::SYSCON_sysoscctrl_bypass [] [src]

pub enum SYSCON_sysoscctrl_bypass {
    NoBypass,
    BypassEnabled,
}

Variants

NoBypass

Oscillator is not bypassed.

BypassEnabled

Bypass enabled. PLL input (sys_osc_clk) is fed directly from the XTALIN and XTALOUT pins.

Trait Implementations

Derived Implementations

impl PartialEq for SYSCON_sysoscctrl_bypass

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

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