Struct stm32f334::hrtim_timc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub timccr: TIMCCR, pub timcisr: TIMCISR, pub timcicr: TIMCICR, pub timcdier5: TIMCDIER5, pub cntcr: CNTCR, pub percr: PERCR, pub repcr: REPCR, pub cmp1cr: CMP1CR, pub cmp1ccr: CMP1CCR, pub cmp2cr: CMP2CR, pub cmp3cr: CMP3CR, pub cmp4cr: CMP4CR, pub cpt1cr: CPT1CR, pub cpt2cr: CPT2CR, pub dtcr: DTCR, pub setc1r: SETC1R, pub rstc1r: RSTC1R, pub setc2r: SETC2R, pub rstc2r: RSTC2R, pub eefcr1: EEFCR1, pub eefcr2: EEFCR2, pub rstcr: RSTCR, pub chpcr: CHPCR, pub cpt1ccr: CPT1CCR, pub cpt2ccr: CPT2CCR, pub outcr: OUTCR, pub fltcr: FLTCR, }

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