libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
ADC Injected Trigger Identifier for ADC3
Collaboration diagram for ADC Injected Trigger Identifier for ADC3:

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...
 

Detailed Description

Macro Definition Documentation

◆ ADC_CR2_JEXTSEL_TIM4_CC3

#define ADC_CR2_JEXTSEL_TIM4_CC3   (0x2 << 12)

Timer 4 Compare Output 3.

Definition at line 238 of file f1/adc.h.

◆ ADC_CR2_JEXTSEL_TIM5_CC4

#define ADC_CR2_JEXTSEL_TIM5_CC4   (0x6 << 12)

Timer 5 Compare Output 4.

Definition at line 246 of file f1/adc.h.

◆ ADC_CR2_JEXTSEL_TIM5_TRGO

#define ADC_CR2_JEXTSEL_TIM5_TRGO   (0x5 << 12)

Timer 5 Trigger Output.

Definition at line 244 of file f1/adc.h.

◆ ADC_CR2_JEXTSEL_TIM8_CC2

#define ADC_CR2_JEXTSEL_TIM8_CC2   (0x3 << 12)

Timer 8 Compare Output 2.

Definition at line 240 of file f1/adc.h.

◆ ADC_CR2_JEXTSEL_TIM8_CC4

#define ADC_CR2_JEXTSEL_TIM8_CC4   (0x4 << 12)

Timer 8 Compare Output 4.

Definition at line 242 of file f1/adc.h.