STM32F103xB HAL User Manual
|
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 |
ADC Configuration analog watchdog definition.
Definition at line 124 of file stm32f1xx_hal_adc.h.
uint32_t ADC_AnalogWDGConfTypeDef::Channel |
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().
FunctionalState ADC_AnalogWDGConfTypeDef::ITMode |
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.