Struct efm32gg11b::pcnt0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show fields 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
}
Expand description

Register block

Fields

ctrl: CTRL

0x00 - Control Register

cmd: CMD

0x04 - Command Register

status: STATUS

0x08 - Status Register

cnt: CNT

0x0c - Counter Value Register

top: TOP

0x10 - Top Value Register

topb: TOPB

0x14 - Top Value Buffer Register

if_: IF

0x18 - Interrupt Flag Register

ifs: IFS

0x1c - Interrupt Flag Set Register

ifc: IFC

0x20 - Interrupt Flag Clear Register

ien: IEN

0x24 - Interrupt Enable Register

routeloc0: ROUTELOC0

0x2c - I/O Routing Location Register

freeze: FREEZE

0x40 - Freeze Register

syncbusy: SYNCBUSY

0x44 - Synchronization Busy Register

auxcnt: AUXCNT

0x64 - Auxiliary Counter Value Register

input: INPUT

0x68 - PCNT Input Register

ovscfg: OVSCFG

0x6c - Oversampling Config 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.