|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|

Macros | |
| #define | ADC_CFGR1_EXTEN_DISABLED (0x0 << 10) |
| #define | ADC_CFGR1_EXTEN_RISING_EDGE (0x1 << 10) |
| #define | ADC_CFGR1_EXTEN_FALLING_EDGE (0x2 << 10) |
| #define | ADC_CFGR1_EXTEN_BOTH_EDGES (0x3 << 10) |
| #define ADC_CFGR1_EXTEN_BOTH_EDGES (0x3 << 10) |
Definition at line 150 of file adc_common_v2.h.
| #define ADC_CFGR1_EXTEN_DISABLED (0x0 << 10) |
Definition at line 147 of file adc_common_v2.h.
| #define ADC_CFGR1_EXTEN_FALLING_EDGE (0x2 << 10) |
Definition at line 149 of file adc_common_v2.h.
| #define ADC_CFGR1_EXTEN_RISING_EDGE (0x1 << 10) |
Definition at line 148 of file adc_common_v2.h.