libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
CR ADC control register
Collaboration diagram for CR ADC control register:

Macros

#define ADC_CR_ADCAL   (1 << 31)
 ADCAL: ADC calibration. More...
 
#define ADC_CR_ADSTP   (1 << 4)
 ADSTP: ADC stop of regular conversion command. More...
 
#define ADC_CR_ADSTART   (1 << 2)
 ADSTART: ADC start of regular conversion. More...
 
#define ADC_CR_ADDIS   (1 << 1)
 ADDIS: ADC disable command. More...
 
#define ADC_CR_ADEN   (1 << 0)
 ADEN: ADC enable control. More...
 

Detailed Description

Macro Definition Documentation

◆ ADC_CR_ADCAL

#define ADC_CR_ADCAL   (1 << 31)

ADCAL: ADC calibration.

Definition at line 110 of file adc_common_v2.h.

◆ ADC_CR_ADDIS

#define ADC_CR_ADDIS   (1 << 1)

ADDIS: ADC disable command.

Definition at line 116 of file adc_common_v2.h.

◆ ADC_CR_ADEN

#define ADC_CR_ADEN   (1 << 0)

ADEN: ADC enable control.

Definition at line 118 of file adc_common_v2.h.

◆ ADC_CR_ADSTART

#define ADC_CR_ADSTART   (1 << 2)

ADSTART: ADC start of regular conversion.

Definition at line 114 of file adc_common_v2.h.

◆ ADC_CR_ADSTP

#define ADC_CR_ADSTP   (1 << 4)

ADSTP: ADC stop of regular conversion command.

Definition at line 112 of file adc_common_v2.h.