[][src]Type Definition stm32f7::stm32f7x9::adc1::cr2::W

type W = W<u32, CR2>;

Writer for register CR2

Methods

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