Type Definition stm32f1::stm32f107::adc3::cr2::W[][src]

type W = W<u32, CR2>;

Writer for register CR2

Implementations

impl W[src]

pub fn tsvrefe(&mut self) -> TSVREFE_W<'_>[src]

Bit 23 - Temperature sensor and VREFINT enable

pub fn swstart(&mut self) -> SWSTART_W<'_>[src]

Bit 22 - Start conversion of regular channels

pub fn jswstart(&mut self) -> JSWSTART_W<'_>[src]

Bit 21 - Start conversion of injected channels

pub fn exttrig(&mut self) -> EXTTRIG_W<'_>[src]

Bit 20 - External trigger conversion mode for regular channels

pub fn extsel(&mut self) -> EXTSEL_W<'_>[src]

Bits 17:19 - External event select for regular group

pub fn jexttrig(&mut self) -> JEXTTRIG_W<'_>[src]

Bit 15 - External trigger conversion mode for injected channels

pub fn jextsel(&mut self) -> JEXTSEL_W<'_>[src]

Bits 12:14 - External event select for injected group

pub fn align(&mut self) -> ALIGN_W<'_>[src]

Bit 11 - Data alignment

pub fn dma(&mut self) -> DMA_W<'_>[src]

Bit 8 - Direct memory access mode

pub fn rstcal(&mut self) -> RSTCAL_W<'_>[src]

Bit 3 - Reset calibration

pub fn cal(&mut self) -> CAL_W<'_>[src]

Bit 2 - A/D calibration

pub fn cont(&mut self) -> CONT_W<'_>[src]

Bit 1 - Continuous conversion

pub fn adon(&mut self) -> ADON_W<'_>[src]

Bit 0 - A/D converter ON / OFF