Struct efm32gg11b820::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, }

Register block

Fields

0x00 - Control Register

0x04 - Interrupt Duration

0x08 - Counter Value

0x0c - Wake Up Enable

0x10 - Interrupt Flag Register

0x14 - Interrupt Flag Set Register

0x18 - Interrupt Flag Clear Register

0x1c - Interrupt Enable Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock