STM32F103xB HAL User Manual
Defines
ADC interrupts definition
ADC Exported Constants

Defines

#define ADC_IT_EOC   ADC_CR1_EOCIE
#define ADC_IT_JEOC   ADC_CR1_JEOCIE
#define ADC_IT_AWD   ADC_CR1_AWDIE

Define Documentation

#define ADC_IT_AWD   ADC_CR1_AWDIE

ADC Analog watchdog interrupt source

Definition at line 393 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig(), and HAL_ADC_IRQHandler().

#define ADC_IT_EOC   ADC_CR1_EOCIE

ADC End of Regular Conversion interrupt source

Definition at line 391 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_IRQHandler(), HAL_ADC_Start_IT(), and HAL_ADC_Stop_IT().

#define ADC_IT_JEOC   ADC_CR1_JEOCIE

ADC End of Injected Conversion interrupt source

Definition at line 392 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_IRQHandler(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_InjectedStop_IT().