STM32F103xB HAL User Manual
Modules | Defines
ADCEx Private Constants
ADCEx

Modules

 ADC Extended Internal HAL driver trigger selection for regular group
 ADC Extended Internal HAL driver trigger selection for injected group

Defines

#define ADC_PRECALIBRATION_DELAY_ADCCLOCKCYCLES   2U
#define ADC_CALIBRATION_TIMEOUT   10U
#define ADC_TEMPSENSOR_DELAY_US   10U

Define Documentation

#define ADC_CALIBRATION_TIMEOUT   10U

Definition at line 70 of file stm32f1xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_Calibration_Start().

Definition at line 62 of file stm32f1xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_Calibration_Start().

#define ADC_TEMPSENSOR_DELAY_US   10U

Definition at line 75 of file stm32f1xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_InjectedConfigChannel().