#[repr(C)]
pub struct RegisterBlock { pub mainregstatus: MAINREGSTATUS, pub systemoff: SYSTEMOFF, pub pofcon: POFCON, pub vregmain: VREGMAIN, pub vregradio: VREGRADIO, pub vregh: VREGH, /* private fields */ }
Expand description

Register block

Fields

mainregstatus: MAINREGSTATUS

0x428 - Main supply status

systemoff: SYSTEMOFF

0x500 - System OFF register

pofcon: POFCON

0x510 - Power-fail comparator configuration

vregmain: VREGMAIN

0x704 - Unspecified

vregradio: VREGRADIO

0x900..0x908 - Unspecified

vregh: VREGH

0xb00 - Unspecified

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.

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.