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

Macros

#define ADC_CR2_EXTSEL_TIM3_CC1   (0x0 << 17)
 Timer 2 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM2_CC3   (0x1 << 17)
 Timer 2 Compare Output 3. More...
 
#define ADC_CR2_EXTSEL_TIM8_CC1   (0x3 << 17)
 Timer 8 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM8_TRGO   (0x4 << 17)
 Timer 8 Trigger Output. More...
 
#define ADC_CR2_EXTSEL_TIM5_CC1   (0x5 << 17)
 Timer 5 Compare Output 1. More...
 
#define ADC_CR2_EXTSEL_TIM5_CC3   (0x6 << 17)
 Timer 5 Compare Output 3. More...
 

Detailed Description

Macro Definition Documentation

◆ ADC_CR2_EXTSEL_TIM2_CC3

#define ADC_CR2_EXTSEL_TIM2_CC3   (0x1 << 17)

Timer 2 Compare Output 3.

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

◆ ADC_CR2_EXTSEL_TIM3_CC1

#define ADC_CR2_EXTSEL_TIM3_CC1   (0x0 << 17)

Timer 2 Compare Output 1.

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

◆ ADC_CR2_EXTSEL_TIM5_CC1

#define ADC_CR2_EXTSEL_TIM5_CC1   (0x5 << 17)

Timer 5 Compare Output 1.

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

◆ ADC_CR2_EXTSEL_TIM5_CC3

#define ADC_CR2_EXTSEL_TIM5_CC3   (0x6 << 17)

Timer 5 Compare Output 3.

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

◆ ADC_CR2_EXTSEL_TIM8_CC1

#define ADC_CR2_EXTSEL_TIM8_CC1   (0x3 << 17)

Timer 8 Compare Output 1.

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

◆ ADC_CR2_EXTSEL_TIM8_TRGO

#define ADC_CR2_EXTSEL_TIM8_TRGO   (0x4 << 17)

Timer 8 Trigger Output.

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