Struct zinc_hal_lpc11xx::ioregs::WWDT_wdwarnint_Get [] [src]

pub struct WWDT_wdwarnint_Get {
    // some fields omitted
}

WDWARNINT: Watchdog Warning Interrupt compare value.

Methods

impl WWDT_wdwarnint_Get

fn new(reg: &WWDT_wdwarnint) -> WWDT_wdwarnint_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn warnint(&self) -> u32

Get value of WARNINT field: Watchdog warning interrupt compare value.

Trait Implementations

impl Copy for WWDT_wdwarnint_Get

Derived Implementations

impl Clone for WWDT_wdwarnint_Get

fn clone(&self) -> WWDT_wdwarnint_Get

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