HAL + 0/53 examples
CodeScope will show references to ADC_InitTypeDef::ExternalTrigConvEdge from the following samples and libraries:
Drivers
Boards
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
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InitTypeDef::ExternalTrigConvEdge

ADC_InitTypeDef::ExternalTrigConvEdge field

Selects the external trigger edge of regular group. If trigger is set to ADC_SOFTWARE_START, this parameter is discarded. This parameter can be a value of ADC_External_trigger_edge_Regular

Syntax

uint32_t ExternalTrigConvEdge;

Examples

ADC_InitTypeDef::ExternalTrigConvEdge is referenced by 53 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc.h:100
uint32_t ExternalTrigConvEdge; /*!< Selects the external trigger edge of regular group.
stm32f4xx_hal_adc.c:336HAL_ADC_Init()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:723HAL_ADC_Start()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:1044HAL_ADC_Start_IT()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:1371HAL_ADC_Start_DMA()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:1945ADC_Init()
hadc->Instance->CR2 |= hadc->Init.ExternalTrigConvEdge;
stm32f4xx_hal_adc_ex.c:605HAL_ADCEx_MultiModeStart_DMA()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));

Data Use

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