Struct zinc_hal_lpc11xx::ioregs::SYSCON_clkoutclksel_Get [] [src]

pub struct SYSCON_clkoutclksel_Get {
    // some fields omitted
}

CLKOUTCLKSEL: CLKOUT clock source select

Methods

impl SYSCON_clkoutclksel_Get

fn new(reg: &SYSCON_clkoutclksel) -> SYSCON_clkoutclksel_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_clkoutclksel_sel

Get value of SEL field: CLKOUT clock source

Trait Implementations

impl Copy for SYSCON_clkoutclksel_Get

Derived Implementations

impl Clone for SYSCON_clkoutclksel_Get

fn clone(&self) -> SYSCON_clkoutclksel_Get

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