Struct stm32h7x3::lptim3::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 lptim_cfgr2: LPTIM_CFGR2, // some fields omitted }

Register block

Fields

0x00 - Interrupt and Status Register

0x04 - Interrupt Clear Register

0x08 - Interrupt Enable Register

0x0c - Configuration Register

0x10 - Control Register

0x14 - Compare Register

0x18 - Autoreload Register

0x1c - Counter Register

0x24 - LPTIM configuration register 2