Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsstart [] [src]

pub struct FLASHCTRL_fmsstart {
    // some fields omitted
}

Register FMSSTART: Signature start address register

Methods

impl FLASHCTRL_fmsstart

fn get(&self) -> FLASHCTRL_fmsstart_Get

Fetch the value of the FMSSTART register.

fn start(&self) -> u32

Get value of START field.

fn ignoring_state(&self) -> FLASHCTRL_fmsstart_Update

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

fn set_start<'a>(&'a mut self, new_value: u32) -> FLASHCTRL_fmsstart_Update<'a>

Set value of START field.

Trait Implementations

impl Copy for FLASHCTRL_fmsstart

Derived Implementations

impl Clone for FLASHCTRL_fmsstart

fn clone(&self) -> FLASHCTRL_fmsstart

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