Struct zinc_hal_lpc11xx::ioregs::SYSCON_syspllclksel [] [src]

pub struct SYSCON_syspllclksel {
    // some fields omitted
}

Register SYSPLLCLKSEL: System PLL clock source select

Methods

impl SYSCON_syspllclksel

fn get(&self) -> SYSCON_syspllclksel_Get

Fetch the value of the SYSPLLCLKSEL register.

fn sel(&self) -> SYSCON_syspllclksel_sel

Get value of SEL field.

fn ignoring_state(&self) -> SYSCON_syspllclksel_Update

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

fn set_sel<'a>(&'a mut self, new_value: SYSCON_syspllclksel_sel) -> SYSCON_syspllclksel_Update<'a>

Set value of SEL field.

Trait Implementations

impl Copy for SYSCON_syspllclksel

Derived Implementations

impl Clone for SYSCON_syspllclksel

fn clone(&self) -> SYSCON_syspllclksel

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