STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Collaboration diagram for ADC EOC Selection:

Macros

#define ADC_EOC_SEQ_CONV   0x00000000U
 
#define ADC_EOC_SINGLE_CONV   0x00000001U
 
#define ADC_EOC_SINGLE_SEQ_CONV   0x00000002U
 

Detailed Description

Macro Definition Documentation

◆ ADC_EOC_SEQ_CONV

#define ADC_EOC_SEQ_CONV   0x00000000U

#include <stm32f4xx_hal_adc.h>

Definition at line 407 of file stm32f4xx_hal_adc.h.

◆ ADC_EOC_SINGLE_CONV

#define ADC_EOC_SINGLE_CONV   0x00000001U

#include <stm32f4xx_hal_adc.h>

Definition at line 408 of file stm32f4xx_hal_adc.h.

◆ ADC_EOC_SINGLE_SEQ_CONV

#define ADC_EOC_SINGLE_SEQ_CONV   0x00000002U

#include <stm32f4xx_hal_adc.h>

reserved for future use

Definition at line 409 of file stm32f4xx_hal_adc.h.