Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsstart_Get [] [src]

pub struct FLASHCTRL_fmsstart_Get {
    // some fields omitted
}

FMSSTART: Signature start address register

Methods

impl FLASHCTRL_fmsstart_Get

fn new(reg: &FLASHCTRL_fmsstart) -> FLASHCTRL_fmsstart_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn start(&self) -> u32

Get value of START field: Signature generation start address (corresponds to AHB byte address bits[20:4]).

Trait Implementations

impl Copy for FLASHCTRL_fmsstart_Get

Derived Implementations

impl Clone for FLASHCTRL_fmsstart_Get

fn clone(&self) -> FLASHCTRL_fmsstart_Get

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