STM32L443xx HAL User Manual
|
Defines | |
#define | ADC_JSQR_FIELDS |
#define | ADC_CALIBRATION_TIMEOUT (296960UL) |
#define ADC_CALIBRATION_TIMEOUT (296960UL) |
ADC calibration time-out value (unit: CPU cycles)
Definition at line 64 of file stm32l4xx_hal_adc_ex.c.
Referenced by HAL_ADCEx_Calibration_Start().
#define ADC_JSQR_FIELDS |
((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 stm32l4xx_hal_adc_ex.c.
Referenced by HAL_ADCEx_InjectedConfigChannel().