STM32F439xx HAL User Manual
Data Fields
ADC_AnalogWDGConfTypeDef Struct Reference

ADC Configuration multi-mode structure definition. More...

#include <stm32f4xx_hal_adc.h>

Data Fields

uint32_t WatchdogMode
uint32_t HighThreshold
uint32_t LowThreshold
uint32_t Channel
uint32_t ITMode
uint32_t WatchdogNumber

Detailed Description

ADC Configuration multi-mode structure definition.

Definition at line 152 of file stm32f4xx_hal_adc.h.


Field Documentation

Configures ADC channel for the analog watchdog. This parameter has an effect only if watchdog mode is configured on single channel This parameter can be a value of ADC Common Channels

Definition at line 160 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Configures the ADC analog watchdog High threshold value. This parameter must be a 12-bit value.

Definition at line 156 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Specifies whether the analog watchdog is configured is interrupt mode or in polling mode. This parameter can be set to ENABLE or DISABLE

Definition at line 163 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Configures the ADC analog watchdog High threshold value. This parameter must be a 12-bit value.

Definition at line 158 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Configures the ADC analog watchdog mode. This parameter can be a value of ADC Analog Watchdog Selection

Definition at line 154 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Reserved for future use, can be set to 0

Definition at line 166 of file stm32f4xx_hal_adc.h.


The documentation for this struct was generated from the following file: