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

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

Fields

CR1: RWRegister<u32>

control register 1

DIER: RWRegister<u32>

Interrupt enable register

SR: RWRegister<u32>

status register

EGR: RWRegister<u32>

event generation register

CCMR1: RWRegister<u32>

CCMR1_Output and CCMR1_Input CCMR1_Output: capture/compare mode register CCMR1_Input: capture/compare mode register 1 (input mode)

CCER: RWRegister<u32>

capture/compare enable register

CNT: RWRegister<u32>

counter

PSC: RWRegister<u32>

prescaler

ARR: RWRegister<u32>

auto-reload register

CCR1: RWRegister<u32>

capture/compare register

OR: RWRegister<u32>

option 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.