HAL + 0/54 examples
CodeScope will show references to ADC_HandleTypeDef::Init 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
Examples_MIX
ADC
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...

ADC_HandleTypeDef::Init field

ADC required parameters

Examples

ADC_HandleTypeDef::Init is referenced by 54 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc.h:200
ADC_InitTypeDef Init; /*!< ADC required parameters */
stm32f4xx_hal_adc.c:323HAL_ADC_Init()
assert_param(IS_ADC_CLOCKPRESCALER(hadc->Init.ClockPrescaler));
stm32f4xx_hal_adc.c:324HAL_ADC_Init()
assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution));
stm32f4xx_hal_adc.c:325HAL_ADC_Init()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ScanConvMode));
stm32f4xx_hal_adc.c:326HAL_ADC_Init()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
stm32f4xx_hal_adc.c:327HAL_ADC_Init()
assert_param(IS_ADC_EXT_TRIG(hadc->Init.ExternalTrigConv));
stm32f4xx_hal_adc.c:328HAL_ADC_Init()
assert_param(IS_ADC_DATA_ALIGN(hadc->Init.DataAlign));
stm32f4xx_hal_adc.c:329HAL_ADC_Init()
assert_param(IS_ADC_REGULAR_LENGTH(hadc->Init.NbrOfConversion));
stm32f4xx_hal_adc.c:330HAL_ADC_Init()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests));
stm32f4xx_hal_adc.c:331HAL_ADC_Init()
assert_param(IS_ADC_EOCSelection(hadc->Init.EOCSelection));
stm32f4xx_hal_adc.c:332HAL_ADC_Init()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode));
stm32f4xx_hal_adc.c:334HAL_ADC_Init()
stm32f4xx_hal_adc.c:336HAL_ADC_Init()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:722HAL_ADC_Start()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
stm32f4xx_hal_adc.c:723HAL_ADC_Start()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:943HAL_ADC_PollForConversion()
stm32f4xx_hal_adc.c:1043HAL_ADC_Start_IT()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
stm32f4xx_hal_adc.c:1044HAL_ADC_Start_IT()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:1207HAL_ADC_IRQHandler()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
stm32f4xx_hal_adc.c:1208HAL_ADC_IRQHandler()
assert_param(IS_ADC_REGULAR_LENGTH(hadc->Init.NbrOfConversion));
stm32f4xx_hal_adc.c:1209HAL_ADC_IRQHandler()
assert_param(IS_ADC_EOCSelection(hadc->Init.EOCSelection));
stm32f4xx_hal_adc.c:1230HAL_ADC_IRQHandler()
stm32f4xx_hal_adc.c:1281HAL_ADC_IRQHandler()
stm32f4xx_hal_adc.c:1370HAL_ADC_Start_DMA()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
stm32f4xx_hal_adc.c:1371HAL_ADC_Start_DMA()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc.c:1918ADC_Init()
tmpADC_Common->CCR |= hadc->Init.ClockPrescaler;
stm32f4xx_hal_adc.c:1922ADC_Init()
stm32f4xx_hal_adc.c:1926ADC_Init()
stm32f4xx_hal_adc.c:1930ADC_Init()
stm32f4xx_hal_adc.c:1937ADC_Init()
stm32f4xx_hal_adc.c:1941ADC_Init()
stm32f4xx_hal_adc.c:1945ADC_Init()
stm32f4xx_hal_adc.c:1956ADC_Init()
stm32f4xx_hal_adc.c:1958ADC_Init()
stm32f4xx_hal_adc.c:1960ADC_Init()
assert_param(IS_ADC_REGULAR_DISC_NUMBER(hadc->Init.NbrOfDiscConversion));
stm32f4xx_hal_adc.c:1967ADC_Init()
stm32f4xx_hal_adc.c:1977ADC_Init()
stm32f4xx_hal_adc.c:1981ADC_Init()
stm32f4xx_hal_adc.c:1985ADC_Init()
stm32f4xx_hal_adc.c:2012ADC_DMAConvCplt()
(hadc->Init.ContinuousConvMode == DISABLE) &&
stm32f4xx_hal_adc_ex.c:458HAL_ADCEx_InjectedPollForConversion()
stm32f4xx_hal_adc_ex.c:604HAL_ADCEx_MultiModeStart_DMA()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
stm32f4xx_hal_adc_ex.c:605HAL_ADCEx_MultiModeStart_DMA()
assert_param(IS_ADC_EXT_TRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
stm32f4xx_hal_adc_ex.c:606HAL_ADCEx_MultiModeStart_DMA()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests));
stm32f4xx_hal_adc_ex.c:685HAL_ADCEx_MultiModeStart_DMA()
stm32f4xx_hal_adc_ex.c:1043ADC_MultiModeDMAConvCplt()
(hadc->Init.ContinuousConvMode == DISABLE) &&

Data Use