Struct stm32f103xx::tim1::cr1::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 8:9 - Division ratio between the timer clock (CK_INT) frequency and sampling clock

Bit 7 - Auto-reload preload enable

Bits 5:6 - Center-aligned mode selection

Bit 4 - Direction

Bit 3 - One-pulse mode

Bit 2 - Update request source

Bit 1 - Update disable

Bit 0 - Counter enable

Auto Trait Implementations

impl Send for R

impl Sync for R