Struct zinc_hal_lpc11xx::ioregs::WWDT_wdwindow
[−]
[src]
pub struct WWDT_wdwindow { // some fields omitted }
Register WDWINDOW
: Watchdog Window compare value.
Methods
impl WWDT_wdwindow
fn get(&self) -> WWDT_wdwindow_Get
Fetch the value of the WDWINDOW
register.
fn window(&self) -> u32
Get value of WINDOW
field.
fn ignoring_state(&self) -> WWDT_wdwindow_Update
Create new updater that ignores current value of the WDWINDOW
register.
fn set_window<'a>(&'a mut self, new_value: u32) -> WWDT_wdwindow_Update<'a>
Set value of WINDOW
field.