STM32L486xx HAL User Manual
Defines
ADC sequencer end of unitary conversion or sequence conversions
ADC Exported Constants

Defines

#define ADC_EOC_SINGLE_CONV   (ADC_ISR_EOC)
#define ADC_EOC_SEQ_CONV   (ADC_ISR_EOS)

Define Documentation

#define ADC_EOC_SEQ_CONV   (ADC_ISR_EOS)

End of sequence conversions flag

Definition at line 540 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_PollForConversion(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedPollForConversion(), and HAL_ADCEx_InjectedStart_IT().

#define ADC_EOC_SINGLE_CONV   (ADC_ISR_EOC)

End of unitary conversion flag

Definition at line 539 of file stm32l4xx_hal_adc.h.