STM32L443xx HAL User Manual
Defines
ADC Private Constants
ADC

Defines

#define ADC_CFGR_FIELDS_1
#define ADC_ENABLE_TIMEOUT   (2UL)
#define ADC_DISABLE_TIMEOUT   (2UL)
#define ADC_CONVERSION_TIME_MAX_CPU_CYCLES   (653UL * 4096UL * 256UL)
#define ADC_STOP_CONVERSION_TIMEOUT   ( 5UL)
#define ADC_TEMPSENSOR_DELAY_US   (LL_ADC_DELAY_TEMPSENSOR_STAB_US)

Define Documentation

Value:
((ADC_CFGR_RES    | ADC_CFGR_ALIGN   |\
                             ADC_CFGR_CONT   | ADC_CFGR_OVRMOD  |\
                             ADC_CFGR_DISCEN | ADC_CFGR_DISCNUM |\
                             ADC_CFGR_EXTEN  | ADC_CFGR_EXTSEL))

ADC_CFGR fields of parameters that can be updated when no regular conversion is on-going

Definition at line 315 of file stm32l4xx_hal_adc.c.

Referenced by HAL_ADC_Init().

#define ADC_CONVERSION_TIME_MAX_CPU_CYCLES   (653UL * 4096UL * 256UL)

ADC conversion completion time-out value

Definition at line 335 of file stm32l4xx_hal_adc.c.

Referenced by ADC_ConversionStop().

#define ADC_DISABLE_TIMEOUT   (2UL)

ADC disable time-out value

Definition at line 325 of file stm32l4xx_hal_adc.c.

Referenced by ADC_Disable().

#define ADC_ENABLE_TIMEOUT   (2UL)

ADC enable time-out value

Definition at line 324 of file stm32l4xx_hal_adc.c.

Referenced by ADC_Enable().

#define ADC_STOP_CONVERSION_TIMEOUT   ( 5UL)

ADC stop time-out value

Definition at line 1016 of file stm32l4xx_hal_adc.h.

Referenced by ADC_ConversionStop().

Definition at line 1021 of file stm32l4xx_hal_adc.h.