libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | ADC_CR2_EXTSEL_TIM3_CC1 (0x0 << 17) |
Timer 2 Compare Output 1. More... | |
#define | ADC_CR2_EXTSEL_TIM2_CC3 (0x1 << 17) |
Timer 2 Compare Output 3. More... | |
#define | ADC_CR2_EXTSEL_TIM8_CC1 (0x3 << 17) |
Timer 8 Compare Output 1. More... | |
#define | ADC_CR2_EXTSEL_TIM8_TRGO (0x4 << 17) |
Timer 8 Trigger Output. More... | |
#define | ADC_CR2_EXTSEL_TIM5_CC1 (0x5 << 17) |
Timer 5 Compare Output 1. More... | |
#define | ADC_CR2_EXTSEL_TIM5_CC3 (0x6 << 17) |
Timer 5 Compare Output 3. More... | |
#define ADC_CR2_EXTSEL_TIM2_CC3 (0x1 << 17) |
#define ADC_CR2_EXTSEL_TIM3_CC1 (0x0 << 17) |
#define ADC_CR2_EXTSEL_TIM5_CC1 (0x5 << 17) |
#define ADC_CR2_EXTSEL_TIM5_CC3 (0x6 << 17) |
#define ADC_CR2_EXTSEL_TIM8_CC1 (0x3 << 17) |