STM32F103xB HAL User Manual
Data Fields
ADC_AnalogWDGConfTypeDef Struct Reference

ADC Configuration analog watchdog definition. More...

#include <stm32f1xx_hal_adc.h>

Data Fields

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

Detailed Description

ADC Configuration analog watchdog definition.

Note:
The setting of these parameters with function is conditioned to ADC state. ADC state can be either disabled or enabled without conversion on going on regular and injected groups.

Definition at line 124 of file stm32f1xx_hal_adc.h.


Field Documentation

Selects which ADC channel to monitor by analog watchdog. This parameter has an effect only if watchdog mode is configured on single channel (parameter WatchdogMode) This parameter can be a value of ADC channels.

Definition at line 128 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Configures the ADC analog watchdog High threshold value. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0xFFF.

Definition at line 133 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

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

Definition at line 131 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Configures the ADC analog watchdog High threshold value. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0xFFF.

Definition at line 135 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Configures the ADC analog watchdog mode: single/all channels, regular/injected group. This parameter can be a value of ADC analog watchdog mode.

Definition at line 126 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_AnalogWDGConfig().

Reserved for future use, can be set to 0

Definition at line 137 of file stm32f1xx_hal_adc.h.


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