Struct stm32f7x5::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

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock