Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsw1_Get [] [src]

pub struct FLASHCTRL_fmsw1_Get {
    // some fields omitted
}

FMSW1: Word 1 [63:32]

Methods

impl FLASHCTRL_fmsw1_Get

fn new(reg: &FLASHCTRL_fmsw1) -> FLASHCTRL_fmsw1_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn sw1_63_32(&self) -> u32

Get value of SW1_63_32 field: Word 1 of 128-bit signature (bits 63 to 32).

Trait Implementations

impl Copy for FLASHCTRL_fmsw1_Get

Derived Implementations

impl Clone for FLASHCTRL_fmsw1_Get

fn clone(&self) -> FLASHCTRL_fmsw1_Get

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