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

Macros

#define ADC_CR2_EXTSEL_TIM1_CC1   (0x0 << 17)
 Timer 1 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM1_CC2   (0x1 << 17)
 Timer 1 Compare Output 2. More...
 
#define ADC_CR2_EXTSEL_TIM1_CC3   (0x2 << 17)
 Timer 1 Compare Output 3. More...
 
#define ADC_CR2_EXTSEL_TIM1_CC3   (0x2 << 17)
 Timer 1 Compare Output 3. More...
 
#define ADC_CR2_EXTSEL_TIM2_CC2   (0x3 << 17)
 Timer 2 Compare Output 2. More...
 
#define ADC_CR2_EXTSEL_TIM3_TRGO   (0x4 << 17)
 Timer 3 Trigger Output. More...
 
#define ADC_CR2_EXTSEL_TIM4_CC4   (0x5 << 17)
 Timer 4 Compare Output 4. More...
 
#define ADC_CR2_EXTSEL_EXTI11   (0x6 << 17)
 External Interrupt 11. More...
 
#define ADC_CR2_EXTSEL_SWSTART   (0x7 << 17)
 Software Trigger. More...
 

Detailed Description

Macro Definition Documentation

◆ ADC_CR2_EXTSEL_EXTI11

#define ADC_CR2_EXTSEL_EXTI11   (0x6 << 17)

External Interrupt 11.

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

◆ ADC_CR2_EXTSEL_SWSTART

#define ADC_CR2_EXTSEL_SWSTART   (0x7 << 17)

Software Trigger.

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

◆ ADC_CR2_EXTSEL_TIM1_CC1

#define ADC_CR2_EXTSEL_TIM1_CC1   (0x0 << 17)

Timer 1 Compare Output 1.

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

◆ ADC_CR2_EXTSEL_TIM1_CC2

#define ADC_CR2_EXTSEL_TIM1_CC2   (0x1 << 17)

Timer 1 Compare Output 2.

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

◆ ADC_CR2_EXTSEL_TIM1_CC3 [1/2]

#define ADC_CR2_EXTSEL_TIM1_CC3   (0x2 << 17)

Timer 1 Compare Output 3.

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

◆ ADC_CR2_EXTSEL_TIM1_CC3 [2/2]

#define ADC_CR2_EXTSEL_TIM1_CC3   (0x2 << 17)

Timer 1 Compare Output 3.

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

◆ ADC_CR2_EXTSEL_TIM2_CC2

#define ADC_CR2_EXTSEL_TIM2_CC2   (0x3 << 17)

Timer 2 Compare Output 2.

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

◆ ADC_CR2_EXTSEL_TIM3_TRGO

#define ADC_CR2_EXTSEL_TIM3_TRGO   (0x4 << 17)

Timer 3 Trigger Output.

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

◆ ADC_CR2_EXTSEL_TIM4_CC4

#define ADC_CR2_EXTSEL_TIM4_CC4   (0x5 << 17)

Timer 4 Compare Output 4.

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