Struct stm32f3::stm32f303::tim2::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

Bit 0 - Counter enable

Bit 1 - Update disable

Bit 2 - Update request source

Bit 3 - One-pulse mode

Bit 4 - Direction

Bits 5:6 - Center-aligned mode selection

Bit 7 - Auto-reload preload enable

Bits 8:9 - Clock division

Bit 11 - UIF status bit remapping

Auto Trait Implementations

impl Send for W

impl Sync for W