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

Macros | |
| #define | ADC_CR2_JEXTSEL_TIM4_CC3 (0x2 << 12) |
| Timer 4 Compare Output 3. More... | |
| #define | ADC_CR2_JEXTSEL_TIM8_CC2 (0x3 << 12) |
| Timer 8 Compare Output 2. More... | |
| #define | ADC_CR2_JEXTSEL_TIM8_CC4 (0x4 << 12) |
| Timer 8 Compare Output 4. More... | |
| #define | ADC_CR2_JEXTSEL_TIM5_TRGO (0x5 << 12) |
| Timer 5 Trigger Output. More... | |
| #define | ADC_CR2_JEXTSEL_TIM5_CC4 (0x6 << 12) |
| Timer 5 Compare Output 4. More... | |
| #define ADC_CR2_JEXTSEL_TIM4_CC3 (0x2 << 12) |
| #define ADC_CR2_JEXTSEL_TIM5_CC4 (0x6 << 12) |
| #define ADC_CR2_JEXTSEL_TIM5_TRGO (0x5 << 12) |
| #define ADC_CR2_JEXTSEL_TIM8_CC2 (0x3 << 12) |