Struct stm32wb_stm32hal::stm32wb55::lptim1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub isr: ISR, pub icr: ICR, pub ier: IER, pub cfgr: CFGR, pub cr: CR, pub cmp: CMP, pub arr: ARR, pub cnt: CNT, pub or: OR, }
Expand description

Register block

Fields

isr: ISR

0x00 - Interrupt and Status Register

icr: ICR

0x04 - Interrupt Clear Register

ier: IER

0x08 - Interrupt Enable Register

cfgr: CFGR

0x0c - Configuration Register

cr: CR

0x10 - Control Register

cmp: CMP

0x14 - Compare Register

arr: ARR

0x18 - Autoreload Register

cnt: CNT

0x1c - Counter Register

or: OR

0x20 - Option 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.

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.