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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W