Prusa MINI Firmware overview
ADC_AnalogWDGConfTypeDef Struct Reference

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

#include <stm32f4xx_hal_adc.h>

Collaboration diagram for ADC_AnalogWDGConfTypeDef:

Public Attributes

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.

Member Data Documentation

◆ WatchdogMode

uint32_t ADC_AnalogWDGConfTypeDef::WatchdogMode

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

◆ HighThreshold

uint32_t ADC_AnalogWDGConfTypeDef::HighThreshold

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

◆ LowThreshold

uint32_t ADC_AnalogWDGConfTypeDef::LowThreshold

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

◆ 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

◆ ITMode

uint32_t 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

◆ WatchdogNumber

uint32_t ADC_AnalogWDGConfTypeDef::WatchdogNumber

Reserved for future use, can be set to 0