Struct stm32f7x6::tim3::cr1::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bits 8:9 - Clock division

[src]

Bit 7 - Auto-reload preload enable

[src]

Bits 5:6 - Center-aligned mode selection

[src]

Bit 4 - Direction

[src]

Bit 3 - One-pulse mode

[src]

Bit 2 - Update request source

[src]

Bit 1 - Update disable

[src]

Bit 0 - Counter enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R