Struct efm32gg11b::letimer1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show fields pub ctrl: CTRL, pub cmd: CMD, pub status: STATUS, pub cnt: CNT, pub comp0: COMP0, pub comp1: COMP1, pub rep0: REP0, pub rep1: REP1, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, pub syncbusy: SYNCBUSY, pub routepen: ROUTEPEN, pub routeloc0: ROUTELOC0, pub prssel: PRSSEL, // 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

comp0: COMP0

0x10 - Compare Value Register 0

comp1: COMP1

0x14 - Compare Value Register 1

rep0: REP0

0x18 - Repeat Counter Register 0

rep1: REP1

0x1c - Repeat Counter Register 1

if_: IF

0x20 - Interrupt Flag Register

ifs: IFS

0x24 - Interrupt Flag Set Register

ifc: IFC

0x28 - Interrupt Flag Clear Register

ien: IEN

0x2c - Interrupt Enable Register

syncbusy: SYNCBUSY

0x34 - Synchronization Busy Register

routepen: ROUTEPEN

0x40 - I/O Routing Pin Enable Register

routeloc0: ROUTELOC0

0x44 - I/O Routing Location Register

prssel: PRSSEL

0x50 - PRS Input Select 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.