STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
ADC Interrupts Definition
Collaboration diagram for ADC Interrupts Definition:

Macros

#define ADC_IT_EOC   ((uint32_t)ADC_CR1_EOCIE)
#define ADC_IT_AWD   ((uint32_t)ADC_CR1_AWDIE)
#define ADC_IT_JEOC   ((uint32_t)ADC_CR1_JEOCIE)
#define ADC_IT_OVR   ((uint32_t)ADC_CR1_OVRIE)

Detailed Description

Macro Definition Documentation

◆ ADC_IT_AWD

#define ADC_IT_AWD   ((uint32_t)ADC_CR1_AWDIE)

Definition at line 441 of file stm32f4xx_hal_adc.h.

◆ ADC_IT_EOC

#define ADC_IT_EOC   ((uint32_t)ADC_CR1_EOCIE)

Definition at line 440 of file stm32f4xx_hal_adc.h.

◆ ADC_IT_JEOC

#define ADC_IT_JEOC   ((uint32_t)ADC_CR1_JEOCIE)

Definition at line 442 of file stm32f4xx_hal_adc.h.

◆ ADC_IT_OVR

#define ADC_IT_OVR   ((uint32_t)ADC_CR1_OVRIE)

Definition at line 443 of file stm32f4xx_hal_adc.h.