libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | ADC_CR2_EXTSEL_TIM1_CC1 (0x0 << 24) |
Timer 1 Compare Output 1. More... | |
#define | ADC_CR2_EXTSEL_TIM1_CC2 (0x1 << 24) |
Timer 1 Compare Output 2. More... | |
#define | ADC_CR2_EXTSEL_TIM1_CC3 (0x2 << 24) |
Timer 1 Compare Output 3. More... | |
#define | ADC_CR2_EXTSEL_TIM2_CC2 (0x3 << 24) |
Timer 2 Compare Output 2. More... | |
#define | ADC_CR2_EXTSEL_TIM5_TRGO (0x4 << 24) |
Timer 5 TRGO Event. More... | |
#define | ADC_CR2_EXTSEL_TIM4_CC4 (0x5 << 24) |
Timer 4 Compare Output 4. More... | |
#define | ADC_CR2_EXTSEL_TIM3_CC4 (0x6 << 24) |
Timer 3 Compare Output 4. More... | |
#define | ADC_CR2_EXTSEL_TIM8_TRGO (0x7 << 24) |
Timer 8 TRGO Event. More... | |
#define | ADC_CR2_EXTSEL_TIM8_TRGO2 (0x8 << 24) |
Timer 8 TRGO2 Event. More... | |
#define | ADC_CR2_EXTSEL_TIM1_TRGO (0x9 << 24) |
Timer 1 TRGO Event. More... | |
#define | ADC_CR2_EXTSEL_TIM1_TRGO2 (0xA << 24) |
Timer 1 TRGO2 Event. More... | |
#define | ADC_CR2_EXTSEL_TIM2_TRGO (0xB << 24) |
Timer 2 TRGO Event. More... | |
#define | ADC_CR2_EXTSEL_TIM4_TRGO (0xC << 24) |
Timer 4 TRGO Event. More... | |
#define | ADC_CR2_EXTSEL_TIM6_TRGO (0xD << 24) |
Timer 6 TRGO Event. More... | |
#define | ADC_CR2_EXTSEL_EXTI_LINE_11 (0xF << 24) |
EXTI Line 11 Event. More... | |
#define ADC_CR2_EXTSEL_EXTI_LINE_11 (0xF << 24) |
#define ADC_CR2_EXTSEL_TIM1_CC1 (0x0 << 24) |
#define ADC_CR2_EXTSEL_TIM1_CC2 (0x1 << 24) |
#define ADC_CR2_EXTSEL_TIM1_CC3 (0x2 << 24) |
#define ADC_CR2_EXTSEL_TIM1_TRGO (0x9 << 24) |
#define ADC_CR2_EXTSEL_TIM1_TRGO2 (0xA << 24) |
#define ADC_CR2_EXTSEL_TIM2_CC2 (0x3 << 24) |
#define ADC_CR2_EXTSEL_TIM2_TRGO (0xB << 24) |
#define ADC_CR2_EXTSEL_TIM3_CC4 (0x6 << 24) |
#define ADC_CR2_EXTSEL_TIM4_CC4 (0x5 << 24) |
#define ADC_CR2_EXTSEL_TIM4_TRGO (0xC << 24) |
#define ADC_CR2_EXTSEL_TIM5_TRGO (0x4 << 24) |
#define ADC_CR2_EXTSEL_TIM6_TRGO (0xD << 24) |
#define ADC_CR2_EXTSEL_TIM8_TRGO (0x7 << 24) |