Struct stm32ral::stm32f3::stm32f3x4::hrtim_time::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 27 fields pub TIMECR: RWRegister<u32>, pub TIMEISR: RORegister<u32>, pub TIMEICR: WORegister<u32>, pub TIMEDIER: RWRegister<u32>, pub CNTER: RWRegister<u32>, pub PERER: RWRegister<u32>, pub REPER: RWRegister<u32>, pub CMP1ER: RWRegister<u32>, pub CMP1CER: RWRegister<u32>, pub CMP2ER: RWRegister<u32>, pub CMP3ER: RWRegister<u32>, pub CMP4ER: RWRegister<u32>, pub CPT1ER: RORegister<u32>, pub CPT2ER: RORegister<u32>, pub DTER: RWRegister<u32>, pub SETE1R: RWRegister<u32>, pub RSTE1R: RWRegister<u32>, pub SETE2R: RWRegister<u32>, pub RSTE2R: RWRegister<u32>, pub EEFER1: RWRegister<u32>, pub EEFER2: RWRegister<u32>, pub RSTER: RWRegister<u32>, pub CHPER: RWRegister<u32>, pub CPT1ECR: RWRegister<u32>, pub CPT2ECR: RWRegister<u32>, pub OUTER: RWRegister<u32>, pub FLTER: RWRegister<u32>,
}

Fields

TIMECR: RWRegister<u32>

Timerx Control Register

TIMEISR: RORegister<u32>

Timerx Interrupt Status Register

TIMEICR: WORegister<u32>

Timerx Interrupt Clear Register

TIMEDIER: RWRegister<u32>

TIMxDIER5

CNTER: RWRegister<u32>

Timerx Counter Register

PERER: RWRegister<u32>

Timerx Period Register

REPER: RWRegister<u32>

Timerx Repetition Register

CMP1ER: RWRegister<u32>

Timerx Compare 1 Register

CMP1CER: RWRegister<u32>

Timerx Compare 1 Compound Register

CMP2ER: RWRegister<u32>

Timerx Compare 2 Register

CMP3ER: RWRegister<u32>

Timerx Compare 3 Register

CMP4ER: RWRegister<u32>

Timerx Compare 4 Register

CPT1ER: RORegister<u32>

Timerx Capture 1 Register

CPT2ER: RORegister<u32>

Timerx Capture 2 Register

DTER: RWRegister<u32>

Timerx Deadtime Register

SETE1R: RWRegister<u32>

Timerx Output1 Set Register

RSTE1R: RWRegister<u32>

Timerx Output1 Reset Register

SETE2R: RWRegister<u32>

Timerx Output2 Set Register

RSTE2R: RWRegister<u32>

Timerx Output2 Reset Register

EEFER1: RWRegister<u32>

Timerx External Event Filtering Register 1

EEFER2: RWRegister<u32>

Timerx External Event Filtering Register 2

RSTER: RWRegister<u32>

TimerA Reset Register

CHPER: RWRegister<u32>

Timerx Chopper Register

CPT1ECR: RWRegister<u32>

Timerx Capture 2 Control Register

CPT2ECR: RWRegister<u32>

CPT2xCR

OUTER: RWRegister<u32>

Timerx Output Register

FLTER: RWRegister<u32>

Timerx Fault Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.