Struct efm32gg990::pcnt1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub cmd: CMD, pub status: STATUS, pub cnt: CNT, pub top: TOP, pub topb: TOPB, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, pub route: ROUTE, pub freeze: FREEZE, pub syncbusy: SYNCBUSY, pub auxcnt: AUXCNT, pub input: INPUT, // some fields omitted }

Register block

Fields

0x00 - Control Register

0x04 - Command Register

0x08 - Status Register

0x0c - Counter Value Register

0x10 - Top Value Register

0x14 - Top Value Buffer Register

0x18 - Interrupt Flag Register

0x1c - Interrupt Flag Set Register

0x20 - Interrupt Flag Clear Register

0x24 - Interrupt Enable Register

0x28 - I/O Routing Register

0x2c - Freeze Register

0x30 - Synchronization Busy Register

0x38 - Auxiliary Counter Value Register

0x3c - PCNT Input Register

Auto Trait Implementations