Struct stm32f030_cf::tim3::ccmr1_input::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R