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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bits 8:9 - Clock division

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 W

impl Sync for W