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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W