STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ADC_AnalogWDGConfTypeDef Struct Reference

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

#include <stm32f4xx_hal_adc.h>

Collaboration diagram for ADC_AnalogWDGConfTypeDef:

Data Fields

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

Detailed Description

ADC Configuration multi-mode structure definition.

Definition at line 138 of file stm32f4xx_hal_adc.h.

Field Documentation

◆ WatchdogMode

uint32_t ADC_AnalogWDGConfTypeDef::WatchdogMode

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

Definition at line 140 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

◆ HighThreshold

uint32_t ADC_AnalogWDGConfTypeDef::HighThreshold

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

Definition at line 142 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

◆ LowThreshold

uint32_t ADC_AnalogWDGConfTypeDef::LowThreshold

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

Definition at line 144 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

◆ Channel

uint32_t ADC_AnalogWDGConfTypeDef::Channel

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 146 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

◆ ITMode

FunctionalState ADC_AnalogWDGConfTypeDef::ITMode

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 149 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

◆ WatchdogNumber

uint32_t ADC_AnalogWDGConfTypeDef::WatchdogNumber

Reserved for future use, can be set to 0

Definition at line 152 of file stm32f4xx_hal_adc.h.


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