Struct stm32f103xx::adc1::smpr1::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 0:2 - Channel 10 sample time selection

Bits 3:5 - Channel 11 sample time selection

Bits 6:8 - Channel 12 sample time selection

Bits 9:11 - Channel 13 sample time selection

Bits 12:14 - Channel 14 sample time selection

Bits 15:17 - Channel 15 sample time selection

Bits 18:20 - Channel 16 sample time selection

Bits 21:23 - Channel 17 sample time selection

Auto Trait Implementations

impl Send for R

impl Sync for R