Struct zinc_hal_lpc11xx::ioregs::WWDT_wdfeed
[−]
[src]
pub struct WWDT_wdfeed {
// some fields omitted
}Register WDFEED: Watchdog feed sequence register. Writing 0xAA followed by 0x55 to this register reloads the Watchdog timer with the value contained in WDTC.
Methods
impl WWDT_wdfeed
fn ignoring_state(&self) -> WWDT_wdfeed_Update
Create new updater that ignores current value of the WDFEED register.
fn set_feed<'a>(&'a mut self, new_value: u32) -> WWDT_wdfeed_Update<'a>
Set value of Feed field.