Struct zinc_hal_lpc11xx::ioregs::SYSCON_sysoscctrl_Get [] [src]

pub struct SYSCON_sysoscctrl_Get {
    // some fields omitted
}

SYSOSCCTRL: System oscillator control

Methods

impl SYSCON_sysoscctrl_Get

fn new(reg: &SYSCON_sysoscctrl) -> SYSCON_sysoscctrl_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn bypass(&self) -> SYSCON_sysoscctrl_bypass

Get value of BYPASS field: Bypass system oscillator

fn freqrange(&self) -> SYSCON_sysoscctrl_freqrange

Get value of FREQRANGE field: Determines frequency range for Low-power oscillator.

Trait Implementations

impl Copy for SYSCON_sysoscctrl_Get

Derived Implementations

impl Clone for SYSCON_sysoscctrl_Get

fn clone(&self) -> SYSCON_sysoscctrl_Get

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