Struct zinc_hal_lpc11xx::ioregs::FLASHCTRL_fmsstop_Update [] [src]

pub struct FLASHCTRL_fmsstop_Update<'a> {
    // some fields omitted
}

Updater for FMSSTOP register.

Methods

impl<'a> FLASHCTRL_fmsstop_Update<'a>

fn new(reg: &'a FLASHCTRL_fmsstop) -> FLASHCTRL_fmsstop_Update<'a>

Create a new updater.

fn new_ignoring_state(reg: &'a FLASHCTRL_fmsstop) -> FLASHCTRL_fmsstop_Update<'a>

Create a new updater that ignores current state.

fn set_stop<'b>(&'b mut self, new_value: u32) -> &'b mut FLASHCTRL_fmsstop_Update<'a>

Set value of STOP field.

fn set_sig_start<'b>(&'b mut self, new_value: FLASHCTRL_fmsstop_sig_start) -> &'b mut FLASHCTRL_fmsstop_Update<'a>

Set value of SIG_START field.

fn done(self)

Commit changes to register.

Trait Implementations

impl<'a> Drop for FLASHCTRL_fmsstop_Update<'a>

This performs the register update.

fn drop(&mut self)