Struct zinc_hal_lpc11xx::ioregs::SYSCON_clkoutclksel [] [src]

pub struct SYSCON_clkoutclksel {
    // some fields omitted
}

Register CLKOUTCLKSEL: CLKOUT clock source select

Methods

impl SYSCON_clkoutclksel

fn get(&self) -> SYSCON_clkoutclksel_Get

Fetch the value of the CLKOUTCLKSEL register.

fn sel(&self) -> SYSCON_clkoutclksel_sel

Get value of SEL field.

fn ignoring_state(&self) -> SYSCON_clkoutclksel_Update

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

fn set_sel<'a>(&'a mut self, new_value: SYSCON_clkoutclksel_sel) -> SYSCON_clkoutclksel_Update<'a>

Set value of SEL field.

Trait Implementations

impl Copy for SYSCON_clkoutclksel

Derived Implementations

impl Clone for SYSCON_clkoutclksel

fn clone(&self) -> SYSCON_clkoutclksel

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