Struct stm32f103xx::adc2::cr2::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 23 - Temperature sensor and VREFINT enable

Bit 22 - Start conversion of regular channels

Bit 21 - Start conversion of injected channels

Bit 20 - External trigger conversion mode for regular channels

Bits 17:19 - External event select for regular group

Bit 15 - External trigger conversion mode for injected channels

Bits 12:14 - External event select for injected group

Bit 11 - Data alignment

Bit 8 - Direct memory access mode

Bit 3 - Reset calibration

Bit 2 - A/D calibration

Bit 1 - Continuous conversion

Bit 0 - A/D converter ON / OFF

Auto Trait Implementations

impl Send for W

impl Sync for W