Struct zinc_hal_lpc11xx::ioregs::WWDT_wdwarnint [] [src]

pub struct WWDT_wdwarnint {
    // some fields omitted
}

Register WDWARNINT: Watchdog Warning Interrupt compare value.

Methods

impl WWDT_wdwarnint

fn get(&self) -> WWDT_wdwarnint_Get

Fetch the value of the WDWARNINT register.

fn warnint(&self) -> u32

Get value of WARNINT field.

fn ignoring_state(&self) -> WWDT_wdwarnint_Update

Create new updater that ignores current value of the WDWARNINT register.

fn set_warnint<'a>(&'a mut self, new_value: u32) -> WWDT_wdwarnint_Update<'a>

Set value of WARNINT field.

Trait Implementations

impl Copy for WWDT_wdwarnint

Derived Implementations

impl Clone for WWDT_wdwarnint

fn clone(&self) -> WWDT_wdwarnint

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