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

Macros | |
| #define | ADC_CR2_JEXTSEL_TIM1_TRGO (0x0 << 12) |
| Timer 1 Trigger Output. More... | |
| #define | ADC_CR2_JEXTSEL_TIM1_TRGO (0x0 << 12) |
| Timer 1 Trigger Output. More... | |
| #define | ADC_CR2_JEXTSEL_TIM1_CC4 (0x1 << 12) |
| Timer 1 Compare Output 4. More... | |
| #define | ADC_CR2_JEXTSEL_TIM1_CC4 (0x1 << 12) |
| Timer 1 Compare Output 4. More... | |
| #define | ADC_CR2_JEXTSEL_TIM2_TRGO (0x2 << 12) |
| Timer 2 Trigger Output. More... | |
| #define | ADC_CR2_JEXTSEL_TIM2_CC1 (0x3 << 12) |
| Timer 2 Compare Output 1. More... | |
| #define | ADC_CR2_JEXTSEL_TIM3_CC4 (0x4 << 12) |
| Timer 3 Compare Output 4. More... | |
| #define | ADC_CR2_JEXTSEL_TIM4_TRGO (0x5 << 12) |
| Timer 4 Trigger Output. More... | |
| #define | ADC_CR2_JEXTSEL_EXTI15 (0x6 << 12) |
| External Interrupt 15. More... | |
| #define | ADC_CR2_JEXTSEL_JSWSTART (0x7 << 12) /* Software start. */ |
| Injected Software Trigger. More... | |
| #define | ADC_CR2_JEXTSEL_JSWSTART (0x7 << 12) /* Software start. */ |
| Injected Software Trigger. More... | |
and ADC2
| #define ADC_CR2_JEXTSEL_EXTI15 (0x6 << 12) |
| #define ADC_CR2_JEXTSEL_JSWSTART (0x7 << 12) /* Software start. */ |
| #define ADC_CR2_JEXTSEL_JSWSTART (0x7 << 12) /* Software start. */ |
| #define ADC_CR2_JEXTSEL_TIM1_CC4 (0x1 << 12) |
| #define ADC_CR2_JEXTSEL_TIM1_CC4 (0x1 << 12) |
| #define ADC_CR2_JEXTSEL_TIM1_TRGO (0x0 << 12) |
| #define ADC_CR2_JEXTSEL_TIM1_TRGO (0x0 << 12) |
| #define ADC_CR2_JEXTSEL_TIM2_CC1 (0x3 << 12) |
| #define ADC_CR2_JEXTSEL_TIM2_TRGO (0x2 << 12) |
| #define ADC_CR2_JEXTSEL_TIM3_CC4 (0x4 << 12) |