Struct stm32f030_cf::tim3::egr::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 6 - Trigger generation

Bit 4 - Capture/compare 4 generation

Bit 3 - Capture/compare 3 generation

Bit 2 - Capture/compare 2 generation

Bit 1 - Capture/compare 1 generation

Bit 0 - Update generation

Auto Trait Implementations

impl Send for W

impl Sync for W