STM32H735xx HAL User Manual
Defines
ADC Extended Private Constants
ADCEx

Defines

#define ADC_JSQR_FIELDS
#define ADC_CALIBRATION_TIMEOUT   (633600000U)

Define Documentation

#define ADC_CALIBRATION_TIMEOUT   (633600000U)

ADC calibration time-out value

Definition at line 67 of file stm32h7xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_Calibration_Start().

#define ADC_JSQR_FIELDS
Value:
((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 53 of file stm32h7xx_hal_adc_ex.c.

Referenced by HAL_ADCEx_InjectedConfigChannel().