libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
adc_common_v2_single.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ADC_CHSELR(adc)   MMIO32((adc) + 0x28)
 Channel Select Register. More...
 
#define ADC_CFGR1_WAIT   (1<<14)
 Wait conversion mode. More...
 
#define ADC_CFGR1_AUTOFF   (1 << 15)
 Auto off mode. More...
 
#define ADC_CFGR1_SCANDIR   (1 << 2)
 SCANDIR: Scan Sequence Direction: Upwards Scan (0), Downwards(1) More...
 
#define ADC_CHSELR_CHSEL(x)   (1 << (x))