Struct efm32gg11b::rmu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub rstcause: RSTCAUSE, pub cmd: CMD, pub rst: RST, pub lock: LOCK, }
Expand description

Register block

Fields

ctrl: CTRL

0x00 - Control Register

rstcause: RSTCAUSE

0x04 - Reset Cause Register

cmd: CMD

0x08 - Command Register

rst: RST

0x0c - Reset Control Register

lock: LOCK

0x10 - Configuration Lock 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.