Struct stm32h743::hrtim_timd::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub timdcr: TIMDCR, pub timdisr: TIMDISR, pub timdicr: TIMDICR, pub timddier5: TIMDDIER5, pub cntdr: CNTDR, pub perdr: PERDR, pub repdr: REPDR, pub cmp1dr: CMP1DR, pub cmp1cdr: CMP1CDR, pub cmp2dr: CMP2DR, pub cmp3dr: CMP3DR, pub cmp4dr: CMP4DR, pub cpt1dr: CPT1DR, pub cpt2dr: CPT2DR, pub dtdr: DTDR, pub setd1r: SETD1R, pub rstd1r: RSTD1R, pub setd2r: SETD2R, pub rstd2r: RSTD2R, pub eefdr1: EEFDR1, pub eefdr2: EEFDR2, pub rstdr: RSTDR, pub chpdr: CHPDR, pub cpt1dcr: CPT1DCR, pub cpt2dcr: CPT2DCR, pub outdr: OUTDR, pub fltdr: FLTDR, }

Register block

Fields

0x00 - Timerx Control Register

0x04 - Timerx Interrupt Status Register

0x08 - Timerx Interrupt Clear Register

0x0c - TIMxDIER5

0x10 - Timerx Counter Register

0x14 - Timerx Period Register

0x18 - Timerx Repetition Register

0x1c - Timerx Compare 1 Register

0x20 - Timerx Compare 1 Compound Register

0x24 - Timerx Compare 2 Register

0x28 - Timerx Compare 3 Register

0x2c - Timerx Compare 4 Register

0x30 - Timerx Capture 1 Register

0x34 - Timerx Capture 2 Register

0x38 - Timerx Deadtime Register

0x3c - Timerx Output1 Set Register

0x40 - Timerx Output1 Reset Register

0x44 - Timerx Output2 Set Register

0x48 - Timerx Output2 Reset Register

0x4c - Timerx External Event Filtering Register 1

0x50 - Timerx External Event Filtering Register 2

0x54 - TimerA Reset Register

0x58 - Timerx Chopper Register

0x5c - Timerx Capture 2 Control Register

0x60 - CPT2xCR

0x64 - Timerx Output Register

0x68 - Timerx Fault Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock