Struct stm32f103xx::adc1::sr::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

Bit 4 - Regular channel start flag

Bit 3 - Injected channel start flag

Bit 2 - Injected channel end of conversion

Bit 1 - Regular channel end of conversion

Bit 0 - Analog watchdog flag

Auto Trait Implementations

impl Send for W

impl Sync for W