Struct zinc_hal_lpc11xx::ioregs::WWDT_wdtv_Get [] [src]

pub struct WWDT_wdtv_Get {
    // some fields omitted
}

WDTV: Watchdog timer value register. This register reads out the current value of the Watchdog timer.

Methods

impl WWDT_wdtv_Get

fn new(reg: &WWDT_wdtv) -> WWDT_wdtv_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn count(&self) -> u32

Get value of Count field: Counter timer value.

Trait Implementations

impl Copy for WWDT_wdtv_Get

Derived Implementations

impl Clone for WWDT_wdtv_Get

fn clone(&self) -> WWDT_wdtv_Get

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