STM32H735xx HAL User Manual
Defines
ADC Analog Watchdog Mode
ADC Exported Constants

Defines

#define ADC_ANALOGWATCHDOG_NONE   (0x00000000UL)
#define ADC_ANALOGWATCHDOG_SINGLE_REG   (ADC_CFGR_AWD1SGL | ADC_CFGR_AWD1EN)
#define ADC_ANALOGWATCHDOG_SINGLE_INJEC   (ADC_CFGR_AWD1SGL | ADC_CFGR_JAWD1EN)
#define ADC_ANALOGWATCHDOG_SINGLE_REGINJEC   (ADC_CFGR_AWD1SGL | ADC_CFGR_AWD1EN | ADC_CFGR_JAWD1EN)
#define ADC_ANALOGWATCHDOG_ALL_REG   (ADC_CFGR_AWD1EN)
#define ADC_ANALOGWATCHDOG_ALL_INJEC   (ADC_CFGR_JAWD1EN)
#define ADC_ANALOGWATCHDOG_ALL_REGINJEC   (ADC_CFGR_AWD1EN | ADC_CFGR_JAWD1EN)

Define Documentation

#define ADC_ANALOGWATCHDOG_ALL_INJEC   (ADC_CFGR_JAWD1EN)

Analog watchdog applied to injected group all channels

Definition at line 779 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define ADC_ANALOGWATCHDOG_ALL_REG   (ADC_CFGR_AWD1EN)

Analog watchdog applied to regular group all channels

Definition at line 778 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define ADC_ANALOGWATCHDOG_ALL_REGINJEC   (ADC_CFGR_AWD1EN | ADC_CFGR_JAWD1EN)

Analog watchdog applied to regular and injected groups all channels

Definition at line 780 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define ADC_ANALOGWATCHDOG_NONE   (0x00000000UL)

No analog watchdog selected

Definition at line 774 of file stm32h7xx_hal_adc.h.

#define ADC_ANALOGWATCHDOG_SINGLE_INJEC   (ADC_CFGR_AWD1SGL | ADC_CFGR_JAWD1EN)

Analog watchdog applied to an injected group single channel

Definition at line 776 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define ADC_ANALOGWATCHDOG_SINGLE_REG   (ADC_CFGR_AWD1SGL | ADC_CFGR_AWD1EN)

Analog watchdog applied to a regular group single channel

Definition at line 775 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

#define ADC_ANALOGWATCHDOG_SINGLE_REGINJEC   (ADC_CFGR_AWD1SGL | ADC_CFGR_AWD1EN | ADC_CFGR_JAWD1EN)

Analog watchdog applied to a regular and injected groups single channel

Definition at line 777 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().