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_TIM5_TRGO   (0x4 << 24)
 Timer 5 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM4_CC4   (0x5 << 24)
 Timer 4 Compare Output 4. More...
 
#define ADC_CR2_EXTSEL_TIM3_CC4   (0x6 << 24)
 Timer 3 Compare Output 4. More...
 
#define ADC_CR2_EXTSEL_TIM8_TRGO   (0x7 << 24)
 Timer 8 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM8_TRGO2   (0x8 << 24)
 Timer 8 TRGO2 Event. More...
 
#define ADC_CR2_EXTSEL_TIM1_TRGO   (0x9 << 24)
 Timer 1 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM1_TRGO2   (0xA << 24)
 Timer 1 TRGO2 Event. More...
 
#define ADC_CR2_EXTSEL_TIM2_TRGO   (0xB << 24)
 Timer 2 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM4_TRGO   (0xC << 24)
 Timer 4 TRGO Event. More...
 
#define ADC_CR2_EXTSEL_TIM6_TRGO   (0xD << 24)
 Timer 6 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 125 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_CC1

#define ADC_CR2_EXTSEL_TIM1_CC1   (0x0 << 24)

Timer 1 Compare Output 1.

Definition at line 97 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_CC2

#define ADC_CR2_EXTSEL_TIM1_CC2   (0x1 << 24)

Timer 1 Compare Output 2.

Definition at line 99 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_CC3

#define ADC_CR2_EXTSEL_TIM1_CC3   (0x2 << 24)

Timer 1 Compare Output 3.

Definition at line 101 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_TRGO

#define ADC_CR2_EXTSEL_TIM1_TRGO   (0x9 << 24)

Timer 1 TRGO Event.

Definition at line 115 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM1_TRGO2

#define ADC_CR2_EXTSEL_TIM1_TRGO2   (0xA << 24)

Timer 1 TRGO2 Event.

Definition at line 117 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM2_CC2

#define ADC_CR2_EXTSEL_TIM2_CC2   (0x3 << 24)

Timer 2 Compare Output 2.

Definition at line 103 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM2_TRGO

#define ADC_CR2_EXTSEL_TIM2_TRGO   (0xB << 24)

Timer 2 TRGO Event.

Definition at line 119 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM3_CC4

#define ADC_CR2_EXTSEL_TIM3_CC4   (0x6 << 24)

Timer 3 Compare Output 4.

Definition at line 109 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM4_CC4

#define ADC_CR2_EXTSEL_TIM4_CC4   (0x5 << 24)

Timer 4 Compare Output 4.

Definition at line 107 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM4_TRGO

#define ADC_CR2_EXTSEL_TIM4_TRGO   (0xC << 24)

Timer 4 TRGO Event.

Definition at line 121 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM5_TRGO

#define ADC_CR2_EXTSEL_TIM5_TRGO   (0x4 << 24)

Timer 5 TRGO Event.

Definition at line 105 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM6_TRGO

#define ADC_CR2_EXTSEL_TIM6_TRGO   (0xD << 24)

Timer 6 TRGO Event.

Definition at line 123 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM8_TRGO

#define ADC_CR2_EXTSEL_TIM8_TRGO   (0x7 << 24)

Timer 8 TRGO Event.

Definition at line 111 of file f7/adc.h.

◆ ADC_CR2_EXTSEL_TIM8_TRGO2

#define ADC_CR2_EXTSEL_TIM8_TRGO2   (0x8 << 24)

Timer 8 TRGO2 Event.

Definition at line 113 of file f7/adc.h.