Struct zinc_hal_lpc11xx::ioregs::WWDT_wdtv [] [src]

pub struct WWDT_wdtv {
    // some fields omitted
}

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

Methods

impl WWDT_wdtv

fn get(&self) -> WWDT_wdtv_Get

Fetch the value of the WDTV register.

fn count(&self) -> u32

Get value of Count field.

Trait Implementations

impl Copy for WWDT_wdtv

Derived Implementations

impl Clone for WWDT_wdtv

fn clone(&self) -> WWDT_wdtv

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