STM32F479xx HAL User Manual
|
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 |
FunctionalState | ITMode |
uint32_t | WatchdogNumber |
ADC Configuration multi-mode structure definition.
Definition at line 139 of file stm32f4xx_hal_adc.h.
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 147 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 143 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_AnalogWDGConfig().
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 150 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 145 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 141 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_AnalogWDGConfig().
Reserved for future use, can be set to 0
Definition at line 153 of file stm32f4xx_hal_adc.h.