Struct stm32ral::stm32h7::peripherals::hrtim_timc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 27 fields pub TIMCCR: RWRegister<u32>, pub TIMCISR: RORegister<u32>, pub TIMCICR: WORegister<u32>, pub TIMCDIER5: RWRegister<u32>, pub CNTCR: RWRegister<u32>, pub PERCR: RWRegister<u32>, pub REPCR: RWRegister<u32>, pub CMP1CR: RWRegister<u32>, pub CMP1CCR: RWRegister<u32>, pub CMP2CR: RWRegister<u32>, pub CMP3CR: RWRegister<u32>, pub CMP4CR: RWRegister<u32>, pub CPT1CR: RORegister<u32>, pub CPT2CR: RORegister<u32>, pub DTCR: RWRegister<u32>, pub SETC1R: RWRegister<u32>, pub RSTC1R: RWRegister<u32>, pub SETC2R: RWRegister<u32>, pub RSTC2R: RWRegister<u32>, pub EEFCR1: RWRegister<u32>, pub EEFCR2: RWRegister<u32>, pub RSTCR: RWRegister<u32>, pub CHPCR: RWRegister<u32>, pub CPT1CCR: RWRegister<u32>, pub CPT2CCR: RWRegister<u32>, pub OUTCR: RWRegister<u32>, pub FLTCR: RWRegister<u32>,
}

Fields

TIMCCR: RWRegister<u32>

Timerx Control Register

TIMCISR: RORegister<u32>

Timerx Interrupt Status Register

TIMCICR: WORegister<u32>

Timerx Interrupt Clear Register

TIMCDIER5: RWRegister<u32>

TIMxDIER5

CNTCR: RWRegister<u32>

Timerx Counter Register

PERCR: RWRegister<u32>

Timerx Period Register

REPCR: RWRegister<u32>

Timerx Repetition Register

CMP1CR: RWRegister<u32>

Timerx Compare 1 Register

CMP1CCR: RWRegister<u32>

Timerx Compare 1 Compound Register

CMP2CR: RWRegister<u32>

Timerx Compare 2 Register

CMP3CR: RWRegister<u32>

Timerx Compare 3 Register

CMP4CR: RWRegister<u32>

Timerx Compare 4 Register

CPT1CR: RORegister<u32>

Timerx Capture 1 Register

CPT2CR: RORegister<u32>

Timerx Capture 2 Register

DTCR: RWRegister<u32>

Timerx Deadtime Register

SETC1R: RWRegister<u32>

Timerx Output1 Set Register

RSTC1R: RWRegister<u32>

Timerx Output1 Reset Register

SETC2R: RWRegister<u32>

Timerx Output2 Set Register

RSTC2R: RWRegister<u32>

Timerx Output2 Reset Register

EEFCR1: RWRegister<u32>

Timerx External Event Filtering Register 1

EEFCR2: RWRegister<u32>

Timerx External Event Filtering Register 2

RSTCR: RWRegister<u32>

TimerA Reset Register

CHPCR: RWRegister<u32>

Timerx Chopper Register

CPT1CCR: RWRegister<u32>

Timerx Capture 2 Control Register

CPT2CCR: RWRegister<u32>

CPT2xCR

OUTCR: RWRegister<u32>

Timerx Output Register

FLTCR: 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.