Struct efm32gg11b820::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 routeloc0: ROUTELOC0, pub freeze: FREEZE, pub syncbusy: SYNCBUSY, pub auxcnt: AUXCNT, pub input: INPUT, pub ovscfg: OVSCFG, // 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

0x2c - I/O Routing Location Register

0x40 - Freeze Register

0x44 - Synchronization Busy Register

0x64 - Auxiliary Counter Value Register

0x68 - PCNT Input Register

0x6c - Oversampling Config Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock