libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | ADC_CFGR1_RES_12_BIT (0x0 << 3) |
#define | ADC_CFGR1_RES_10_BIT (0x1 << 3) |
#define | ADC_CFGR1_RES_8_BIT (0x2 << 3) |
#define | ADC_CFGR1_RES_6_BIT (0x3 << 3) |
#define ADC_CFGR1_RES_10_BIT (0x1 << 3) |
Definition at line 157 of file adc_common_v2.h.
#define ADC_CFGR1_RES_12_BIT (0x0 << 3) |
Definition at line 156 of file adc_common_v2.h.
#define ADC_CFGR1_RES_6_BIT (0x3 << 3) |
Definition at line 159 of file adc_common_v2.h.
#define ADC_CFGR1_RES_8_BIT (0x2 << 3) |
Definition at line 158 of file adc_common_v2.h.