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

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_TIM2_CC3   (0x4 << 24)
 Timer 2 Compare Output 3. More...
 
#define ADC_CR2_EXTSEL_TIM2_CC4   (0x5 << 24)
 Timer 2 Compare Output 4. More...
 
#define ADC_CR2_EXTSEL_TIM2_TRGO   (0x6 << 24)
 Timer 2 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM3_CC1   (0x7 << 24)
 Timer 3 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM3_TRGO   (0x8 << 24)
 Timer 3 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM4_CC4   (0x9 << 24)
 Timer 4 Compare Output 4. More...
 
#define ADC_CR2_EXTSEL_TIM5_CC1   (0xA << 24)
 Timer 5 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM5_CC2   (0xB << 24)
 Timer 5 Compare Output 2. More...
 
#define ADC_CR2_EXTSEL_TIM5_CC3   (0xC << 24)
 Timer 5 Compare Output 3. More...
 
#define ADC_CR2_EXTSEL_TIM8_CC1   (0xD << 24)
 Timer 8 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM8_TRGO   (0xE << 24)
 Timer 8 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_EXTI_LINE_11   (0xF << 24)
 EXTI Line 11 Event. More...
 

Detailed Description

Macro Definition Documentation

◆ ADC_CR2_EXTSEL_EXTI_LINE_11

#define ADC_CR2_EXTSEL_EXTI_LINE_11   (0xF << 24)

EXTI Line 11 Event.

Definition at line 130 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_CC1

#define ADC_CR2_EXTSEL_TIM1_CC1   (0x0 << 24)

Timer 1 Compare Output 1.

Definition at line 100 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_CC2

#define ADC_CR2_EXTSEL_TIM1_CC2   (0x1 << 24)

Timer 1 Compare Output 2.

Definition at line 102 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_CC3

#define ADC_CR2_EXTSEL_TIM1_CC3   (0x2 << 24)

Timer 1 Compare Output 3.

Definition at line 104 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM2_CC2

#define ADC_CR2_EXTSEL_TIM2_CC2   (0x3 << 24)

Timer 2 Compare Output 2.

Definition at line 106 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM2_CC3

#define ADC_CR2_EXTSEL_TIM2_CC3   (0x4 << 24)

Timer 2 Compare Output 3.

Definition at line 108 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM2_CC4

#define ADC_CR2_EXTSEL_TIM2_CC4   (0x5 << 24)

Timer 2 Compare Output 4.

Definition at line 110 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM2_TRGO

#define ADC_CR2_EXTSEL_TIM2_TRGO   (0x6 << 24)

Timer 2 TRGO Event.

Definition at line 112 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM3_CC1

#define ADC_CR2_EXTSEL_TIM3_CC1   (0x7 << 24)

Timer 3 Compare Output 1.

Definition at line 114 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM3_TRGO

#define ADC_CR2_EXTSEL_TIM3_TRGO   (0x8 << 24)

Timer 3 TRGO Event.

Definition at line 116 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM4_CC4

#define ADC_CR2_EXTSEL_TIM4_CC4   (0x9 << 24)

Timer 4 Compare Output 4.

Definition at line 118 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM5_CC1

#define ADC_CR2_EXTSEL_TIM5_CC1   (0xA << 24)

Timer 5 Compare Output 1.

Definition at line 120 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM5_CC2

#define ADC_CR2_EXTSEL_TIM5_CC2   (0xB << 24)

Timer 5 Compare Output 2.

Definition at line 122 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM5_CC3

#define ADC_CR2_EXTSEL_TIM5_CC3   (0xC << 24)

Timer 5 Compare Output 3.

Definition at line 124 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM8_CC1

#define ADC_CR2_EXTSEL_TIM8_CC1   (0xD << 24)

Timer 8 Compare Output 1.

Definition at line 126 of file f4/adc.h.

◆ ADC_CR2_EXTSEL_TIM8_TRGO

#define ADC_CR2_EXTSEL_TIM8_TRGO   (0xE << 24)

Timer 8 TRGO Event.

Definition at line 128 of file f4/adc.h.