[][src]Struct ke06z4_pac::wdog::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cs1: CS1,
    pub cs2: CS2,
    pub cnth: CNTH,
    pub cntl: CNTL,
    pub tovalh: TOVALH,
    pub tovall: TOVALL,
    pub winh: WINH,
    pub winl: WINL,
}

Register block

Fields

cs1: CS1

0x00 - Watchdog Control and Status Register 1

cs2: CS2

0x01 - Watchdog Control and Status Register 2

cnth: CNTH

0x02 - Watchdog Counter Register: High

cntl: CNTL

0x03 - Watchdog Counter Register: Low

tovalh: TOVALH

0x04 - Watchdog Timeout Value Register: High

tovall: TOVALL

0x05 - Watchdog Timeout Value Register: Low

winh: WINH

0x06 - Watchdog Window Register: High

winl: WINL

0x07 - Watchdog Window Register: Low

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, 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.