[][src]Struct k22f::wdog::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub stctrlh: STCTRLH,
    pub stctrll: STCTRLL,
    pub tovalh: TOVALH,
    pub tovall: TOVALL,
    pub winh: WINH,
    pub winl: WINL,
    pub refresh: REFRESH,
    pub unlock: UNLOCK,
    pub tmrouth: TMROUTH,
    pub tmroutl: TMROUTL,
    pub rstcnt: RSTCNT,
    pub presc: PRESC,
}

Register block

Fields

stctrlh: STCTRLH

0x00 - Watchdog Status and Control Register High

stctrll: STCTRLL

0x02 - Watchdog Status and Control Register Low

tovalh: TOVALH

0x04 - Watchdog Time-out Value Register High

tovall: TOVALL

0x06 - Watchdog Time-out Value Register Low

winh: WINH

0x08 - Watchdog Window Register High

winl: WINL

0x0a - Watchdog Window Register Low

refresh: REFRESH

0x0c - Watchdog Refresh register

unlock: UNLOCK

0x0e - Watchdog Unlock register

tmrouth: TMROUTH

0x10 - Watchdog Timer Output Register High

tmroutl: TMROUTL

0x12 - Watchdog Timer Output Register Low

rstcnt: RSTCNT

0x14 - Watchdog Reset Count register

presc: PRESC

0x16 - Watchdog Prescaler register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.