Struct stm32f103xx::adc2::jsqr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 20:21 - Injected sequence length

Bits 15:19 - 4th conversion in injected sequence

Bits 10:14 - 3rd conversion in injected sequence

Bits 5:9 - 2nd conversion in injected sequence

Bits 0:4 - 1st conversion in injected sequence

Auto Trait Implementations

impl Send for R

impl Sync for R