STM32H735xx HAL User Manual
|
Defines | |
#define | ADC_SINGLE_ENDED (LL_ADC_SINGLE_ENDED) |
#define | ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) |
ADC channel ending set to differential (literal also used to set calibration mode)
Definition at line 278 of file stm32h7xx_hal_adc_ex.h.
Referenced by HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().
#define ADC_SINGLE_ENDED (LL_ADC_SINGLE_ENDED) |
ADC channel ending set to single ended (literal also used to set calibration mode)
Definition at line 277 of file stm32h7xx_hal_adc_ex.h.