STM32H735xx HAL User Manual
Defines
ADC Private Constants
ADC

Defines

#define ADC_CFGR_FIELDS_1
#define ADC3_CFGR_FIELDS_1
#define ADC_CFGR2_FIELDS
#define ADC_ENABLE_TIMEOUT   (2UL)
#define ADC_DISABLE_TIMEOUT   (2UL)
#define ADC_CONVERSION_TIME_MAX_CPU_CYCLES   (210688UL)
#define ADC_STOP_CONVERSION_TIMEOUT   ( 5UL)
#define ADC_TEMPSENSOR_DELAY_US   (LL_ADC_DELAY_TEMPSENSOR_STAB_US)
#define ADC_STAB_DELAY_US   (10UL)

Define Documentation

Value:
((ADC3_CFGR_RES    | ADC3_CFGR_ALIGN   |\
                             ADC_CFGR_CONT   | ADC_CFGR_OVRMOD  |\
                             ADC_CFGR_DISCEN | ADC_CFGR_DISCNUM |\
                             ADC_CFGR_EXTEN  | ADC_CFGR_EXTSEL))

ADC_CFGR fields of parameters that can be updated when no regular conversion is on-going

Definition at line 324 of file stm32h7xx_hal_adc.c.

Referenced by HAL_ADC_Init().

Value:
((uint32_t)(ADC_CFGR2_ROVSE | ADC_CFGR2_OVSR  |\
                                       ADC_CFGR2_OVSS | ADC_CFGR2_TROVS |\
                                       ADC_CFGR2_ROVSM))

ADC_CFGR2 fields of parameters that can be updated when no conversion (neither regular nor injected) is on-going

Definition at line 331 of file stm32h7xx_hal_adc.c.

Referenced by HAL_ADC_Init().

Value:
((uint32_t)(ADC_CFGR_RES    |\
                                       ADC_CFGR_CONT   | ADC_CFGR_OVRMOD  |\
                                       ADC_CFGR_DISCEN | ADC_CFGR_DISCNUM |\
                                       ADC_CFGR_EXTEN  | ADC_CFGR_EXTSEL))

ADC_CFGR fields of parameters that can be updated when no regular conversion is on-going

Definition at line 317 of file stm32h7xx_hal_adc.c.

Referenced by HAL_ADC_Init().

#define ADC_CONVERSION_TIME_MAX_CPU_CYCLES   (210688UL)

ADC conversion completion time-out value

Definition at line 350 of file stm32h7xx_hal_adc.c.

Referenced by ADC_ConversionStop().

#define ADC_DISABLE_TIMEOUT   (2UL)

ADC disable time-out value

Definition at line 341 of file stm32h7xx_hal_adc.c.

Referenced by ADC_Disable().

#define ADC_ENABLE_TIMEOUT   (2UL)

ADC enable time-out value

Definition at line 340 of file stm32h7xx_hal_adc.c.

Referenced by ADC_Enable().

#define ADC_STAB_DELAY_US   (10UL)

ADC voltage regulator startup time

Definition at line 1264 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADCEx_LinearCalibration_SetValue().

#define ADC_STOP_CONVERSION_TIMEOUT   ( 5UL)

ADC stop time-out value

Definition at line 1254 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConversionStop(), HAL_ADCEx_MultiModeStop_DMA(), and HAL_ADCEx_RegularMultiModeStop_DMA().

Definition at line 1259 of file stm32h7xx_hal_adc.h.