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

Defines

#define LL_ADC_LP_MODE_NONE   (0x00000000U)
#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 759 of file stm32l4xx_ll_adc.h.

#define LL_ADC_LP_MODE_NONE   (0x00000000U)

No ADC low power mode activated

Definition at line 758 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_StructInit().