HAL
ADC_AWD_EVENT is only used within HAL.
 
Symbols
loading...
Files
loading...

ADC_AWD_EVENT macro

Syntax

#define ADC_AWD_EVENT ((uint32_t)ADC_FLAG_AWD)

References

LocationText
stm32f4xx_hal_adc.h:417
#define ADC_AWD_EVENT ((uint32_t)ADC_FLAG_AWD)
stm32f4xx_hal_adc.c:1006
if (EventType == ADC_AWD_EVENT)
stm32f4xx_hal_adc.h:759
#define IS_ADC_EVENT_TYPE(EVENT) (((EVENT) == ADC_AWD_EVENT) || \