Struct stm32l0x3::adc::cr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - ADC enable command

[src]

Bit 1 - ADC disable command

[src]

Bit 2 - ADC start conversion command

[src]

Bit 4 - ADC stop conversion command

[src]

Bit 28 - ADC Voltage Regulator Enable

[src]

Bit 31 - ADC calibration

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R