Struct stm32l4x6::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, }

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