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

Modules | |
| ADC Clock mode | |
| ADC Oversampling shift | |
| ADC Oversampling ratio | |
Macros | |
| #define | ADC_CFGR2_CKMODE_SHIFT (30) |
| #define | ADC_CFGR2_CKMODE_MASK (0x3) |
| #define | ADC_CFGR2_LFTRIG (1 << 29) |
| LFTRIG: Low Frequency Trigger Mode enable bit. More... | |
| #define | ADC_CFGR2_TOVS (1 << 9) |
| TOVS: Triggered Oversampling. More... | |
| #define | ADC_CFGR2_OVSS_SHIFT (5) |
| #define | ADC_CFGR2_OVSS_MASK (0xf) |
| #define | ADC_CFGR2_OVSR_SHIFT (2) |
| #define | ADC_CFGR2_OVSR_MASK (0x7) |
| #define | ADC_CFGR2_OVSE (1 << 0) |
| OVSE: Oversampler mode enable bit. More... | |
| #define ADC_CFGR2_LFTRIG (1 << 29) |
| #define ADC_CFGR2_OVSE (1 << 0) |