Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmstat_Get [] [src]

pub struct FLASHCTRL_fmstat_Get {
    // some fields omitted
}

FMSTAT: Signature generation status register

Methods

impl FLASHCTRL_fmstat_Get

fn new(reg: &FLASHCTRL_fmstat) -> FLASHCTRL_fmstat_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn sig_done(&self) -> bool

Get value of SIG_DONE field: When 1, a previously started signature generation has completed. See FMSTATCLR register description for clearing this flag.

Trait Implementations

impl Copy for FLASHCTRL_fmstat_Get

Derived Implementations

impl Clone for FLASHCTRL_fmstat_Get

fn clone(&self) -> FLASHCTRL_fmstat_Get

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