[][src]Type Definition stm32f0::stm32f0x2::adc::cr::R

type R = R<u32, CR>;

Reader of register CR

Implementations

impl R[src]

pub fn adcal(&self) -> ADCAL_R[src]

Bit 31 - ADC calibration

pub fn adstp(&self) -> ADSTP_R[src]

Bit 4 - ADC stop conversion command

pub fn adstart(&self) -> ADSTART_R[src]

Bit 2 - ADC start conversion command

pub fn addis(&self) -> ADDIS_R[src]

Bit 1 - ADC disable command

pub fn aden(&self) -> ADEN_R[src]

Bit 0 - ADC enable command