Struct SKEAZN642::wdog::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cs1: Reg<CS1_SPEC>, pub cs2: Reg<CS2_SPEC>, // some fields omitted }
Expand description

Register block

Fields

cs1: Reg<CS1_SPEC>

0x00 - Watchdog Control and Status Register 1

cs2: Reg<CS2_SPEC>

0x01 - Watchdog Control and Status Register 2

Implementations

0x02 - Watchdog Counter Register: High

0x02 - WDOG_CNT register.

0x03 - Watchdog Counter Register: Low

0x04 - WDOG_TOVAL register.

0x04 - Watchdog Timeout Value Register: High

0x05 - Watchdog Timeout Value Register: Low

0x06 - WDOG_WIN register.

0x06 - Watchdog Window Register: High

0x07 - Watchdog Window Register: Low

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.