STM32L486xx HAL User Manual
Defines
ADC Private Constants
ADC

Defines

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

Define Documentation

Value:
((uint32_t)(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 339 of file stm32l4xx_hal_adc.c.

Referenced by HAL_ADC_Init().

#define ADC_CONVERSION_TIME_MAX_CPU_CYCLES   ((uint32_t) 653U * 4096U * 256U)

ADC conversion completion time-out value

Definition at line 360 of file stm32l4xx_hal_adc.c.

Referenced by ADC_ConversionStop().

#define ADC_DISABLE_TIMEOUT   ((uint32_t) 2)

ADC disable time-out value

Definition at line 350 of file stm32l4xx_hal_adc.c.

Referenced by ADC_Disable().

#define ADC_ENABLE_TIMEOUT   ((uint32_t) 2)

ADC enable time-out value

Definition at line 349 of file stm32l4xx_hal_adc.c.

Referenced by ADC_Enable().

#define ADC_STOP_CONVERSION_TIMEOUT   ( 5U)

ADC stop time-out value

Definition at line 1038 of file stm32l4xx_hal_adc.h.

Referenced by ADC_ConversionStop(), HAL_ADCEx_MultiModeStop_DMA(), and HAL_ADCEx_RegularMultiModeStop_DMA().

Definition at line 1043 of file stm32l4xx_hal_adc.h.