Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsstop_Get [] [src]

pub struct FLASHCTRL_fmsstop_Get {
    // some fields omitted
}

FMSSTOP: Signature stop-address register

Methods

impl FLASHCTRL_fmsstop_Get

fn new(reg: &FLASHCTRL_fmsstop) -> FLASHCTRL_fmsstop_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn stop(&self) -> u32

Get value of STOP field: BIST stop address divided by 16 (corresponds to AHB byte address [20:4]).

fn sig_start(&self) -> FLASHCTRL_fmsstop_sig_start

Get value of SIG_START field: Start control bit for signature generation.

Trait Implementations

impl Copy for FLASHCTRL_fmsstop_Get

Derived Implementations

impl Clone for FLASHCTRL_fmsstop_Get

fn clone(&self) -> FLASHCTRL_fmsstop_Get

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