Struct zinc_hal_lpc11xx::ioregs::WWDT_wdwindow_Get [] [src]

pub struct WWDT_wdwindow_Get {
    // some fields omitted
}

WDWINDOW: Watchdog Window compare value.

Methods

impl WWDT_wdwindow_Get

fn new(reg: &WWDT_wdwindow) -> WWDT_wdwindow_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn window(&self) -> u32

Get value of WINDOW field: Watchdog window value.

Trait Implementations

impl Copy for WWDT_wdwindow_Get

Derived Implementations

impl Clone for WWDT_wdwindow_Get

fn clone(&self) -> WWDT_wdwindow_Get

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