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

Defines

#define LL_ADC_DELAY_TEMPSENSOR_STAB_US   (10U)
#define LL_ADC_DELAY_DISABLE_CALIB_ADC_CYCLES   (2U)
#define LL_ADC_DELAY_ENABLE_CALIB_ADC_CYCLES   (2U)

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 disable and ADC calibration start

Definition at line 915 of file stm32f1xx_ll_adc.h.

Delay required between end of ADC enable and the start of ADC calibration

Definition at line 925 of file stm32f1xx_ll_adc.h.

#define LL_ADC_DELAY_TEMPSENSOR_STAB_US   (10U)

Delay for internal voltage reference stabilization time

Definition at line 903 of file stm32f1xx_ll_adc.h.