Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_flashcfg [] [src]

pub struct FLASHCTRL_flashcfg {
    // some fields omitted
}

Register FLASHCFG: Flash memory access time configuration register

Methods

impl FLASHCTRL_flashcfg

fn get(&self) -> FLASHCTRL_flashcfg_Get

Fetch the value of the FLASHCFG register.

fn flashtim(&self) -> FLASHCTRL_flashcfg_flashtim

Get value of FLASHTIM field.

fn ignoring_state(&self) -> FLASHCTRL_flashcfg_Update

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

fn set_flashtim<'a>(&'a mut self, new_value: FLASHCTRL_flashcfg_flashtim) -> FLASHCTRL_flashcfg_Update<'a>

Set value of FLASHTIM field.

Trait Implementations

impl Copy for FLASHCTRL_flashcfg

Derived Implementations

impl Clone for FLASHCTRL_flashcfg

fn clone(&self) -> FLASHCTRL_flashcfg

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