Enum zinc_hal_lpc11xx::ioregs::SYSCON_syspllctrl_psel [] [src]

pub enum SYSCON_syspllctrl_psel {
    P1,
    P2,
    P4,
    P8,
}

Variants

P1

P = 1

P2

P = 2

P4

P = 4

P8

P = 8

Trait Implementations

Derived Implementations

impl PartialEq for SYSCON_syspllctrl_psel

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

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