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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R