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

Macros

#define ADC_RESOLUTION_12BIT   ADC_CFGR1_RES_12_BIT
 
#define ADC_RESOLUTION_10BIT   ADC_CFGR1_RES_10_BIT
 
#define ADC_RESOLUTION_8BIT   ADC_CFGR1_RES_8_BIT
 
#define ADC_RESOLUTION_6BIT   ADC_CFGR1_RES_6_BIT
 

Detailed Description

Macro Definition Documentation

◆ ADC_RESOLUTION_10BIT

#define ADC_RESOLUTION_10BIT   ADC_CFGR1_RES_10_BIT

Definition at line 122 of file f0/adc.h.

◆ ADC_RESOLUTION_12BIT

#define ADC_RESOLUTION_12BIT   ADC_CFGR1_RES_12_BIT

Definition at line 121 of file f0/adc.h.

◆ ADC_RESOLUTION_6BIT

#define ADC_RESOLUTION_6BIT   ADC_CFGR1_RES_6_BIT

Definition at line 124 of file f0/adc.h.

◆ ADC_RESOLUTION_8BIT

#define ADC_RESOLUTION_8BIT   ADC_CFGR1_RES_8_BIT

Definition at line 123 of file f0/adc.h.