STM32H735xx HAL User Manual
Defines
ADC instance - Low power mode
ADC Exported Constants

Defines

#define LL_ADC_LP_MODE_NONE   (0x00000000UL)
#define LL_ADC_LP_AUTOWAIT   (ADC_CFGR_AUTDLY)

Define Documentation

#define LL_ADC_LP_AUTOWAIT   (ADC_CFGR_AUTDLY)

ADC low power mode auto delay: Dynamic low power mode, ADC conversions are performed only when necessary (when previous ADC conversion data is read). See description with function LL_ADC_SetLowPowerMode().

Definition at line 837 of file stm32h7xx_ll_adc.h.

#define LL_ADC_LP_MODE_NONE   (0x00000000UL)

No ADC low power mode activated

Definition at line 836 of file stm32h7xx_ll_adc.h.

Referenced by LL_ADC_StructInit().