STM32L486xx HAL User Manual
Defines
ADC Extended Private Constants
ADCEx

Defines

#define ADC_JSQR_FIELDS
#define ADC_CALIBRATION_TIMEOUT   (296960U)

Define Documentation

#define ADC_CALIBRATION_TIMEOUT   (296960U)

ADC calibration time-out value (unit: CPU cycles)

Definition at line 91 of file stm32l4xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_Calibration_Start().

#define ADC_JSQR_FIELDS
Value:
((uint32_t)(ADC_JSQR_JL | ADC_JSQR_JEXTSEL | ADC_JSQR_JEXTEN |\
                                     ADC_JSQR_JSQ1  | ADC_JSQR_JSQ2 |\
                                      ADC_JSQR_JSQ3 | ADC_JSQR_JSQ4 ))

ADC_JSQR fields of parameters that can be updated anytime once the ADC is enabled

Definition at line 79 of file stm32l4xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_InjectedConfigChannel().