Struct stm32f103xx::adc2::jsqr::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 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 W

impl Sync for W