Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmstat [] [src]

pub struct FLASHCTRL_fmstat {
    // some fields omitted
}

Register FMSTAT: Signature generation status register

Methods

impl FLASHCTRL_fmstat

fn get(&self) -> FLASHCTRL_fmstat_Get

Fetch the value of the FMSTAT register.

fn sig_done(&self) -> bool

Get value of SIG_DONE field.

Trait Implementations

impl Copy for FLASHCTRL_fmstat

Derived Implementations

impl Clone for FLASHCTRL_fmstat

fn clone(&self) -> FLASHCTRL_fmstat

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