Struct stm32ral::stm32l1::peripherals::tim6::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub DIER: RWRegister<u32>, pub SR: RWRegister<u32>, pub EGR: WORegister<u32>, pub CNT: RWRegister<u32>, pub PSC: RWRegister<u32>, pub ARR: RWRegister<u32>, // some fields omitted }

Fields

CR1: RWRegister<u32>

TIM6 control register 1

CR2: RWRegister<u32>

TIM6 control register 2

DIER: RWRegister<u32>

TIM6 DMA/Interrupt enable register

SR: RWRegister<u32>

TIM6 status register

EGR: WORegister<u32>

TIM6 event generation register

CNT: RWRegister<u32>

TIM6 counter

PSC: RWRegister<u32>

TIM6 prescaler

ARR: RWRegister<u32>

TIM6 auto-reload 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.