Struct stm32f030_cf::tim3::ccmr1_input::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 12:15 - Input capture 2 filter

Bits 10:11 - Input capture 2 prescaler

Bits 8:9 - Capture/compare 2 selection

Bits 4:7 - Input capture 1 filter

Bits 2:3 - Input capture 1 prescaler

Bits 0:1 - Capture/Compare 1 selection

Auto Trait Implementations

impl Send for W

impl Sync for W