STM32L486xx HAL User Manual
Defines
Definitions of ADC hardware constraints delays
ADC Exported Constants

Defines

#define LL_ADC_DELAY_INTERNAL_REGUL_STAB_US   ( 10U)
#define LL_ADC_DELAY_VREFINT_STAB_US   ( 12U)
#define LL_ADC_DELAY_TEMPSENSOR_STAB_US   ( 120U)
#define LL_ADC_DELAY_CALIB_ENABLE_ADC_CYCLES   ( 4U)

Detailed Description

Note:
Only ADC IP HW delays are defined in ADC LL driver driver, not timeout values. For details on delays values, refer to descriptions in source code above each literal definition.

Define Documentation

Delay required between ADC end of calibration and ADC enable

Definition at line 1405 of file stm32l4xx_ll_adc.h.

Delay for ADC stabilization time (ADC voltage regulator start-up time)

Definition at line 1384 of file stm32l4xx_ll_adc.h.

Referenced by ADC_Enable(), and HAL_ADC_Init().

#define LL_ADC_DELAY_TEMPSENSOR_STAB_US   ( 120U)

Delay for temperature sensor stabilization time

Definition at line 1396 of file stm32l4xx_ll_adc.h.

Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().

#define LL_ADC_DELAY_VREFINT_STAB_US   ( 12U)

Delay for internal voltage reference stabilization time

Definition at line 1390 of file stm32l4xx_ll_adc.h.