HAL + 0/52 examples
CodeScope will show references to ADC_InitTypeDef::ExternalTrigConv from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
ADC
STM32469I-Discovery
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Applications
LwIP
USB_Device
Examples
ADC
STM324xG_EVAL
Applications
LwIP
USB_Device
Examples
ADC
STM32F4-Discovery
Examples
ADC
STM32F401-Discovery
Examples
ADC
STM32F411E-Discovery
Examples
ADC
STM32F412G-Discovery
Examples
ADC
STM32F412ZG-Nucleo
Examples
ADC
STM32F413H-Discovery
Examples
ADC
STM32F413ZH-Nucleo
Examples
ADC
STM32F429I-Discovery
Examples
ADC
STM32F429ZI-Nucleo
Examples
ADC
Examples_MIX
ADC
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InitTypeDef::ExternalTrigConv

ADC_InitTypeDef::ExternalTrigConv field

Selects the external event used to trigger the conversion start of regular group. If set to ADC_SOFTWARE_START, external triggers are disabled. If set to external trigger source, triggering is on event rising edge by default. This parameter can be a value of ADC_External_trigger_Source_Regular

Syntax

uint32_t ExternalTrigConv;

Examples

ADC_InitTypeDef::ExternalTrigConv is referenced by 52 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc.h:96
uint32_t ExternalTrigConv; /*!< Selects the external event used to trigger the conversion start of regular group.
stm32f4xx_hal_adc.c:327HAL_ADC_Init()
assert_param(IS_ADC_EXT_TRIG(hadc->Init.ExternalTrigConv));
stm32f4xx_hal_adc.c:334HAL_ADC_Init()
if (hadc->Init.ExternalTrigConv != ADC_SOFTWARE_START)
stm32f4xx_hal_adc.c:1937ADC_Init()
if (hadc->Init.ExternalTrigConv != ADC_SOFTWARE_START)
stm32f4xx_hal_adc.c:1941ADC_Init()
hadc->Instance->CR2 |= hadc->Init.ExternalTrigConv;

Data Use

Functions reading ADC_InitTypeDef::ExternalTrigConv
ADC_InitTypeDef::ExternalTrigConv
all items filtered out
Type of ADC_InitTypeDef::ExternalTrigConv
ADC_InitTypeDef::ExternalTrigConv
uint32_t
all items filtered out