Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsw3_Get [] [src]

pub struct FLASHCTRL_fmsw3_Get {
    // some fields omitted
}

FMSW3: Word 3 [127:96]

Methods

impl FLASHCTRL_fmsw3_Get

fn new(reg: &FLASHCTRL_fmsw3) -> FLASHCTRL_fmsw3_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn sw3_127_96(&self) -> u32

Get value of SW3_127_96 field: Word 3 of 128-bit signature (bits 127 to 96).

Trait Implementations

impl Copy for FLASHCTRL_fmsw3_Get

Derived Implementations

impl Clone for FLASHCTRL_fmsw3_Get

fn clone(&self) -> FLASHCTRL_fmsw3_Get

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