Struct efm32gg11b::wdog0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub cmd: CMD, pub syncbusy: SYNCBUSY, pub pch0_prsctrl: PCH0_PRSCTRL, pub pch1_prsctrl: PCH1_PRSCTRL, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, // some fields omitted }
Expand description

Register block

Fields

ctrl: CTRL

0x00 - Control Register

cmd: CMD

0x04 - Command Register

syncbusy: SYNCBUSY

0x08 - Synchronization Busy Register

pch0_prsctrl: PCH0_PRSCTRL

0x0c - PRS Control Register

pch1_prsctrl: PCH1_PRSCTRL

0x10 - PRS Control Register

if_: IF

0x1c - Watchdog Interrupt Flags

ifs: IFS

0x20 - Interrupt Flag Set Register

ifc: IFC

0x24 - Interrupt Flag Clear Register

ien: IEN

0x28 - Interrupt Enable Register

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.

Should always be Self

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.