Home
last modified time | relevance | path

Searched refs:ADC_AWD_EVENT_INTERRUPT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h726 #define ADC_AWD_EVENT_INTERRUPT (0x01U) /*!< ADC watchdog event type interrupt */ macro
1081 ((__EVENT__) == ADC_AWD_EVENT_INTERRUPT) )
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c2359 if (ConfigWatchdog->EventType == ADC_AWD_EVENT_INTERRUPT) in HAL_ADC_AnalogWDGConfig()