Type Definition stm32f1::stm32f101::adc2::cr2::R[][src]

type R = R<u32, CR2>;

Reader of register CR2

Implementations

impl R[src]

pub fn tsvrefe(&self) -> TSVREFE_R[src]

Bit 23 - Temperature sensor and VREFINT enable

pub fn swstart(&self) -> SWSTART_R[src]

Bit 22 - Start conversion of regular channels

pub fn jswstart(&self) -> JSWSTART_R[src]

Bit 21 - Start conversion of injected channels

pub fn exttrig(&self) -> EXTTRIG_R[src]

Bit 20 - External trigger conversion mode for regular channels

pub fn extsel(&self) -> EXTSEL_R[src]

Bits 17:19 - External event select for regular group

pub fn jexttrig(&self) -> JEXTTRIG_R[src]

Bit 15 - External trigger conversion mode for injected channels

pub fn jextsel(&self) -> JEXTSEL_R[src]

Bits 12:14 - External event select for injected group

pub fn align(&self) -> ALIGN_R[src]

Bit 11 - Data alignment

pub fn dma(&self) -> DMA_R[src]

Bit 8 - Direct memory access mode

pub fn rstcal(&self) -> RSTCAL_R[src]

Bit 3 - Reset calibration

pub fn cal(&self) -> CAL_R[src]

Bit 2 - A/D calibration

pub fn cont(&self) -> CONT_R[src]

Bit 1 - Continuous conversion

pub fn adon(&self) -> ADON_R[src]

Bit 0 - A/D converter ON / OFF