libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | ADC_CR2_EXTSEL_TIM1_CC1 (0x0 << 17) |
Timer 1 Compare Output 1. More... | |
#define | ADC_CR2_EXTSEL_TIM1_CC2 (0x1 << 17) |
Timer 1 Compare Output 2. More... | |
#define | ADC_CR2_EXTSEL_TIM1_CC3 (0x2 << 17) |
Timer 1 Compare Output 3. More... | |
#define | ADC_CR2_EXTSEL_TIM1_CC3 (0x2 << 17) |
Timer 1 Compare Output 3. More... | |
#define | ADC_CR2_EXTSEL_TIM2_CC2 (0x3 << 17) |
Timer 2 Compare Output 2. More... | |
#define | ADC_CR2_EXTSEL_TIM3_TRGO (0x4 << 17) |
Timer 3 Trigger Output. More... | |
#define | ADC_CR2_EXTSEL_TIM4_CC4 (0x5 << 17) |
Timer 4 Compare Output 4. More... | |
#define | ADC_CR2_EXTSEL_EXTI11 (0x6 << 17) |
External Interrupt 11. More... | |
#define | ADC_CR2_EXTSEL_SWSTART (0x7 << 17) |
Software Trigger. More... | |
#define ADC_CR2_EXTSEL_EXTI11 (0x6 << 17) |
#define ADC_CR2_EXTSEL_SWSTART (0x7 << 17) |
#define ADC_CR2_EXTSEL_TIM1_CC1 (0x0 << 17) |
#define ADC_CR2_EXTSEL_TIM1_CC2 (0x1 << 17) |
#define ADC_CR2_EXTSEL_TIM1_CC3 (0x2 << 17) |
#define ADC_CR2_EXTSEL_TIM1_CC3 (0x2 << 17) |
#define ADC_CR2_EXTSEL_TIM2_CC2 (0x3 << 17) |
#define ADC_CR2_EXTSEL_TIM3_TRGO (0x4 << 17) |