Struct efm32gg11b::cryotimer::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub periodsel: PERIODSEL, pub cnt: CNT, pub em4wuen: EM4WUEN, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, }
Expand description

Register block

Fields

ctrl: CTRL

0x00 - Control Register

periodsel: PERIODSEL

0x04 - Interrupt Duration

cnt: CNT

0x08 - Counter Value

em4wuen: EM4WUEN

0x0c - Wake Up Enable

if_: IF

0x10 - Interrupt Flag Register

ifs: IFS

0x14 - Interrupt Flag Set Register

ifc: IFC

0x18 - Interrupt Flag Clear Register

ien: IEN

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