Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsw2_Get [] [src]

pub struct FLASHCTRL_fmsw2_Get {
    // some fields omitted
}

FMSW2: Word 2 [95:64]

Methods

impl FLASHCTRL_fmsw2_Get

fn new(reg: &FLASHCTRL_fmsw2) -> FLASHCTRL_fmsw2_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn sw2_95_64(&self) -> u32

Get value of SW2_95_64 field: Word 2 of 128-bit signature (bits 95 to 64).

Trait Implementations

impl Copy for FLASHCTRL_fmsw2_Get

Derived Implementations

impl Clone for FLASHCTRL_fmsw2_Get

fn clone(&self) -> FLASHCTRL_fmsw2_Get

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