Struct zinc_hal_lpc11xx::ioregs::SYSCON_syspllclksel_Get [] [src]

pub struct SYSCON_syspllclksel_Get {
    // some fields omitted
}

SYSPLLCLKSEL: System PLL clock source select

Methods

impl SYSCON_syspllclksel_Get

fn new(reg: &SYSCON_syspllclksel) -> SYSCON_syspllclksel_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn sel(&self) -> SYSCON_syspllclksel_sel

Get value of SEL field: System PLL clock source

Trait Implementations

impl Copy for SYSCON_syspllclksel_Get

Derived Implementations

impl Clone for SYSCON_syspllclksel_Get

fn clone(&self) -> SYSCON_syspllclksel_Get

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