|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_ADC_SINGLE_ENDED ( ADC_CALFACT_CALFACT_S) |
| #define | LL_ADC_DIFFERENTIAL_ENDED (ADC_CR_ADCALDIF | ADC_CALFACT_CALFACT_D) |
| #define | LL_ADC_BOTH_SINGLE_DIFF_ENDED (LL_ADC_SINGLE_ENDED | LL_ADC_DIFFERENTIAL_ENDED) |
ADC channel ending set to both single ended and differential (literal used only to set calibration factors)
Definition at line 1252 of file stm32h7xx_ll_adc.h.
| #define LL_ADC_DIFFERENTIAL_ENDED (ADC_CR_ADCALDIF | ADC_CALFACT_CALFACT_D) |
ADC channel ending set to differential (literal also used to set calibration mode)
Definition at line 1251 of file stm32h7xx_ll_adc.h.
| #define LL_ADC_SINGLE_ENDED ( ADC_CALFACT_CALFACT_S) |
ADC channel ending set to single ended (literal also used to set calibration mode)
Definition at line 1250 of file stm32h7xx_ll_adc.h.
1.7.6.1