Struct xmc4300::scu_hibernate::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub hdstat: Reg<HDSTAT_SPEC>, pub hdclr: Reg<HDCLR_SPEC>, pub hdset: Reg<HDSET_SPEC>, pub hdcr: Reg<HDCR_SPEC>, pub oscsictrl: Reg<OSCSICTRL_SPEC>, pub osculstat: Reg<OSCULSTAT_SPEC>, pub osculctrl: Reg<OSCULCTRL_SPEC>, // some fields omitted }
Expand description

Register block

Fields

hdstat: Reg<HDSTAT_SPEC>

0x00 - Hibernate Domain Status Register

hdclr: Reg<HDCLR_SPEC>

0x04 - Hibernate Domain Status Clear Register

hdset: Reg<HDSET_SPEC>

0x08 - Hibernate Domain Status Set Register

hdcr: Reg<HDCR_SPEC>

0x0c - Hibernate Domain Control Register

oscsictrl: Reg<OSCSICTRL_SPEC>

0x14 - fOSI Control Register

osculstat: Reg<OSCULSTAT_SPEC>

0x18 - OSC_ULP Status Register

osculctrl: Reg<OSCULCTRL_SPEC>

0x1c - OSC_ULP Control 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.

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.