Struct stm32f334::hrtim_timb::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub timbcr: TIMBCR, pub timbisr: TIMBISR, pub timbicr: TIMBICR, pub timbdier5: TIMBDIER5, pub cntr: CNTR, pub perbr: PERBR, pub repbr: REPBR, pub cmp1br: CMP1BR, pub cmp1cbr: CMP1CBR, pub cmp2br: CMP2BR, pub cmp3br: CMP3BR, pub cmp4br: CMP4BR, pub cpt1br: CPT1BR, pub cpt2br: CPT2BR, pub dtbr: DTBR, pub setb1r: SETB1R, pub rstb1r: RSTB1R, pub setb2r: SETB2R, pub rstb2r: RSTB2R, pub eefbr1: EEFBR1, pub eefbr2: EEFBR2, pub rstbr: RSTBR, pub chpbr: CHPBR, pub cpt1bcr: CPT1BCR, pub cpt2bcr: CPT2BCR, pub outbr: OUTBR, pub fltbr: FLTBR, }

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