Struct zinc_hal_lpc11xx::ioregs::SYSCON_syspllctrl [] [src]

pub struct SYSCON_syspllctrl {
    // some fields omitted
}

Register SYSPLLCTRL: System PLL control

Methods

impl SYSCON_syspllctrl

fn get(&self) -> SYSCON_syspllctrl_Get

Fetch the value of the SYSPLLCTRL register.

fn msel(&self) -> u32

Get value of MSEL field.

fn psel(&self) -> SYSCON_syspllctrl_psel

Get value of PSEL field.

fn ignoring_state(&self) -> SYSCON_syspllctrl_Update

Create new updater that ignores current value of the SYSPLLCTRL register.

fn set_msel<'a>(&'a mut self, new_value: u32) -> SYSCON_syspllctrl_Update<'a>

Set value of MSEL field.

fn set_psel<'a>(&'a mut self, new_value: SYSCON_syspllctrl_psel) -> SYSCON_syspllctrl_Update<'a>

Set value of PSEL field.

Trait Implementations

impl Copy for SYSCON_syspllctrl

Derived Implementations

impl Clone for SYSCON_syspllctrl

fn clone(&self) -> SYSCON_syspllctrl

fn clone_from(&mut self, source: &Self)