Struct stm32f334::hrtim_time::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub timecr: TIMECR, pub timeisr: TIMEISR, pub timeicr: TIMEICR, pub timedier5: TIMEDIER5, pub cnter: CNTER, pub perer: PERER, pub reper: REPER, pub cmp1er: CMP1ER, pub cmp1cer: CMP1CER, pub cmp2er: CMP2ER, pub cmp3er: CMP3ER, pub cmp4er: CMP4ER, pub cpt1er: CPT1ER, pub cpt2er: CPT2ER, pub dter: DTER, pub sete1r: SETE1R, pub rste1r: RSTE1R, pub sete2r: SETE2R, pub rste2r: RSTE2R, pub eefer1: EEFER1, pub eefer2: EEFER2, pub rster: RSTER, pub chper: CHPER, pub cpt1ecr: CPT1ECR, pub cpt2ecr: CPT2ECR, pub outer: OUTER, pub flter: FLTER, }

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