Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsw0_Get [] [src]

pub struct FLASHCTRL_fmsw0_Get {
    // some fields omitted
}

FMSW0: Word 0 [31:0]

Methods

impl FLASHCTRL_fmsw0_Get

fn new(reg: &FLASHCTRL_fmsw0) -> FLASHCTRL_fmsw0_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn sw0_31_0(&self) -> u32

Get value of SW0_31_0 field: Word 0 of 128-bit signature (bits 31 to 0).

Trait Implementations

impl Copy for FLASHCTRL_fmsw0_Get

Derived Implementations

impl Clone for FLASHCTRL_fmsw0_Get

fn clone(&self) -> FLASHCTRL_fmsw0_Get

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