Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_flashcfg_Get [] [src]

pub struct FLASHCTRL_flashcfg_Get {
    // some fields omitted
}

FLASHCFG: Flash memory access time configuration register

Methods

impl FLASHCTRL_flashcfg_Get

fn new(reg: &FLASHCTRL_flashcfg) -> FLASHCTRL_flashcfg_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn flashtim(&self) -> FLASHCTRL_flashcfg_flashtim

Get value of FLASHTIM field: Flash memory access time. FLASHTIM +1 is equal to the number of system clocks used for flash access.

Trait Implementations

impl Copy for FLASHCTRL_flashcfg_Get

Derived Implementations

impl Clone for FLASHCTRL_flashcfg_Get

fn clone(&self) -> FLASHCTRL_flashcfg_Get

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