STM32H735xx HAL User Manual
|
Defines | |
#define | ADC_EOSMP_EVENT (ADC_FLAG_EOSMP) |
#define | ADC_AWD1_EVENT (ADC_FLAG_AWD1) |
#define | ADC_AWD2_EVENT (ADC_FLAG_AWD2) |
#define | ADC_AWD3_EVENT (ADC_FLAG_AWD3) |
#define | ADC_OVR_EVENT (ADC_FLAG_OVR) |
#define | ADC_JQOVF_EVENT (ADC_FLAG_JQOVF) |
#define ADC_AWD1_EVENT (ADC_FLAG_AWD1) |
ADC Analog watchdog 1 event (main analog watchdog, present on all STM32 series)
Definition at line 868 of file stm32h7xx_hal_adc.h.
#define ADC_AWD2_EVENT (ADC_FLAG_AWD2) |
ADC Analog watchdog 2 event (additional analog watchdog, not present on all STM32 series)
Definition at line 869 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_PollForEvent().
#define ADC_AWD3_EVENT (ADC_FLAG_AWD3) |
ADC Analog watchdog 3 event (additional analog watchdog, not present on all STM32 series)
Definition at line 870 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_PollForEvent().
#define ADC_EOSMP_EVENT (ADC_FLAG_EOSMP) |
ADC End of Sampling event
Definition at line 867 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_PollForEvent().
#define ADC_JQOVF_EVENT (ADC_FLAG_JQOVF) |
ADC Injected Context Queue Overflow event
Definition at line 872 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_PollForEvent().
#define ADC_OVR_EVENT (ADC_FLAG_OVR) |
ADC overrun event
Definition at line 871 of file stm32h7xx_hal_adc.h.