Struct zinc_hal_lpc11xx::ioregs::SYSCON_clkoutuen [] [src]

pub struct SYSCON_clkoutuen {
    // some fields omitted
}

Register CLKOUTUEN: CLKOUT clock source update enable

Methods

impl SYSCON_clkoutuen

fn get(&self) -> SYSCON_clkoutuen_Get

Fetch the value of the CLKOUTUEN register.

fn ena(&self) -> SYSCON_clkoutuen_ena

Get value of ENA field.

fn ignoring_state(&self) -> SYSCON_clkoutuen_Update

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

fn set_ena<'a>(&'a mut self, new_value: SYSCON_clkoutuen_ena) -> SYSCON_clkoutuen_Update<'a>

Set value of ENA field.

Trait Implementations

impl Copy for SYSCON_clkoutuen

Derived Implementations

impl Clone for SYSCON_clkoutuen

fn clone(&self) -> SYSCON_clkoutuen

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