#[repr(C)]
pub struct RegisterBlock {
Show 16 fields pub hdstat: HDSTAT, pub hdclr: HDCLR, pub hdset: HDSET, pub hdcr: HDCR, pub oscsictrl: OSCSICTRL, pub osculstat: OSCULSTAT, pub osculctrl: OSCULCTRL, pub lpacconf: LPACCONF, pub lpacth0: LPACTH0, pub lpacth1: LPACTH1, pub lpacst: LPACST, pub lpacclr: LPACCLR, pub lpacset: LPACSET, pub hintst: HINTST, pub hintclr: HINTCLR, pub hintset: HINTSET, /* private fields */
}
Expand description

Register block

Fields§

§hdstat: HDSTAT

0x00 - Hibernate Domain Status Register

§hdclr: HDCLR

0x04 - Hibernate Domain Status Clear Register

§hdset: HDSET

0x08 - Hibernate Domain Status Set Register

§hdcr: HDCR

0x0c - Hibernate Domain Control Register

§oscsictrl: OSCSICTRL

0x14 - fOSI Control Register

§osculstat: OSCULSTAT

0x18 - OSC_ULP Status Register

§osculctrl: OSCULCTRL

0x1c - OSC_ULP Control Register

§lpacconf: LPACCONF

0x20 - Analog Wake-up Configuration Register

§lpacth0: LPACTH0

0x24 - LPAC Threshold Register 0

§lpacth1: LPACTH1

0x28 - LPAC Threshold Register 1

§lpacst: LPACST

0x2c - Hibernate Analog Control State Register

§lpacclr: LPACCLR

0x30 - LPAC Control Clear Register

§lpacset: LPACSET

0x34 - LPAC Control Set Register

§hintst: HINTST

0x38 - Hibernate Internal Control State Register

§hintclr: HINTCLR

0x3c - Hibernate Internal Control Clear Register

§hintset: HINTSET

0x40 - Hibernate Internal Control Set 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.