STM32L486xx HAL User Manual
Defines
ADC group injected trigger source
ADC Extended Exported Constants

Defines

#define ADC_INJECTED_SOFTWARE_START   (LL_ADC_INJ_TRIG_SOFTWARE)
#define ADC_EXTERNALTRIGINJEC_T1_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM1_TRGO)
#define ADC_EXTERNALTRIGINJEC_T1_TRGO2   (LL_ADC_INJ_TRIG_EXT_TIM1_TRGO2)
#define ADC_EXTERNALTRIGINJEC_T1_CC4   (LL_ADC_INJ_TRIG_EXT_TIM1_CH4)
#define ADC_EXTERNALTRIGINJEC_T2_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM2_TRGO)
#define ADC_EXTERNALTRIGINJEC_T2_CC1   (LL_ADC_INJ_TRIG_EXT_TIM2_CH1)
#define ADC_EXTERNALTRIGINJEC_T3_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM3_TRGO)
#define ADC_EXTERNALTRIGINJEC_T3_CC1   (LL_ADC_INJ_TRIG_EXT_TIM3_CH1)
#define ADC_EXTERNALTRIGINJEC_T3_CC3   (LL_ADC_INJ_TRIG_EXT_TIM3_CH3)
#define ADC_EXTERNALTRIGINJEC_T3_CC4   (LL_ADC_INJ_TRIG_EXT_TIM3_CH4)
#define ADC_EXTERNALTRIGINJEC_T4_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM4_TRGO)
#define ADC_EXTERNALTRIGINJEC_T6_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM6_TRGO)
#define ADC_EXTERNALTRIGINJEC_T8_CC4   (LL_ADC_INJ_TRIG_EXT_TIM8_CH4)
#define ADC_EXTERNALTRIGINJEC_T8_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM8_TRGO)
#define ADC_EXTERNALTRIGINJEC_T8_TRGO2   (LL_ADC_INJ_TRIG_EXT_TIM8_TRGO2)
#define ADC_EXTERNALTRIGINJEC_T15_TRGO   (LL_ADC_INJ_TRIG_EXT_TIM15_TRGO)
#define ADC_EXTERNALTRIGINJEC_EXT_IT15   (LL_ADC_INJ_TRIG_EXT_EXTI_LINE15)

Define Documentation

ADC group injected conversion trigger from external IP: external interrupt line 15. Trigger edge set to rising edge (default setting).

Definition at line 243 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM15 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 242 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM1 channel 4 event (capture compare: input capture or output capture). Trigger edge set to rising edge (default setting).

Definition at line 230 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM1 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 228 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM1 TRGO2. Trigger edge set to rising edge (default setting).

Definition at line 229 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM2 channel 1 event (capture compare: input capture or output capture). Trigger edge set to rising edge (default setting).

Definition at line 232 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM2 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 231 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM3 channel 1 event (capture compare: input capture or output capture). Trigger edge set to rising edge (default setting).

Definition at line 234 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM3 channel 3 event (capture compare: input capture or output capture). Trigger edge set to rising edge (default setting).

Definition at line 235 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM3 channel 4 event (capture compare: input capture or output capture). Trigger edge set to rising edge (default setting).

Definition at line 236 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM3 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 233 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM4 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 237 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM6 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 238 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM8 channel 4 event (capture compare: input capture or output capture). Trigger edge set to rising edge (default setting).

Definition at line 239 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM8 TRGO. Trigger edge set to rising edge (default setting).

Definition at line 240 of file stm32l4xx_hal_adc_ex.h.

ADC group injected conversion trigger from external IP: TIM8 TRGO2. Trigger edge set to rising edge (default setting).

Definition at line 241 of file stm32l4xx_hal_adc_ex.h.

Software triggers injected group conversion start

Definition at line 227 of file stm32l4xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_InjectedConfigChannel().