[][src]Type Definition stm32f4::stm32f469::adc1::cr2::W

type W = W<u32, CR2>;

Writer for register CR2

Implementations

impl W[src]

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

Bit 30 - Start conversion of regular channels

pub fn exten(&mut self) -> EXTEN_W<'_>[src]

Bits 28:29 - External trigger enable for regular channels

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

Bits 24:27 - External event select for regular group

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

Bit 22 - Start conversion of injected channels

pub fn jexten(&mut self) -> JEXTEN_W<'_>[src]

Bits 20:21 - External trigger enable for injected channels

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

Bits 16:19 - External event select for injected group

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

Bit 11 - Data alignment

pub fn eocs(&mut self) -> EOCS_W<'_>[src]

Bit 10 - End of conversion selection

pub fn dds(&mut self) -> DDS_W<'_>[src]

Bit 9 - DMA disable selection (for single ADC mode)

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

Bit 8 - Direct memory access mode (for single ADC mode)

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