Struct zinc_hal_lpc11xx::ioregs::SYSCON_sysahbclkdiv [] [src]

pub struct SYSCON_sysahbclkdiv {
    // some fields omitted
}

Register SYSAHBCLKDIV: System AHB clock divider

Methods

impl SYSCON_sysahbclkdiv

fn get(&self) -> SYSCON_sysahbclkdiv_Get

Fetch the value of the SYSAHBCLKDIV register.

fn div(&self) -> u32

Get value of DIV field.

fn ignoring_state(&self) -> SYSCON_sysahbclkdiv_Update

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

fn set_div<'a>(&'a mut self, new_value: u32) -> SYSCON_sysahbclkdiv_Update<'a>

Set value of DIV field.

Trait Implementations

impl Copy for SYSCON_sysahbclkdiv

Derived Implementations

impl Clone for SYSCON_sysahbclkdiv

fn clone(&self) -> SYSCON_sysahbclkdiv

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