Home
last modified time | relevance | path

Searched refs:ADC_DIFFERENTIAL_ENDED (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c186 if ((SingleDiff & ADC_DIFFERENTIAL_ENDED) == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_Calibration_Start()
193 … tmp_hal_status = ADC_Calibration_MeasureOffset(hadc, ADC_DIFFERENTIAL_ENDED, &calibration_factor); in HAL_ADCEx_Calibration_Start()
1807 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2059 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2356 if (SingleDiff == ADC_DIFFERENTIAL_ENDED) in ADC_Calibration_MeasureOffset()
Dstm32n6xx_hal_adc.c2751 if (pConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
2865 if (pConfig->SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h222 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
619 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h354 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
823 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h367 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
868 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h261 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
818 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h333 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
857 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h351 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set… macro
1014 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c1763 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
1912 && (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED)) in HAL_ADCEx_InjectedConfigChannel()
2085 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
Dstm32h5xx_hal_adc.c2827 if (pConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
2847 || ((pConfig->Channel == ADC_CHANNEL_1) && (pConfig->SingleDiff == ADC_DIFFERENTIAL_ENDED))) in HAL_ADC_ConfigChannel()
2939 if (pConfig->SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h333 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
1050 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c3359 if (SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_Calibration_Start()
3542 if (SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_Calibration_GetValue()
3588 if (SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_Calibration_SetValue()
5571 if (sConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
5735 if (sConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
6050 if (sConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
6386 if (sConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h278 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
1094 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h333 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
1111 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c1286 if (sConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
1576 if (sConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h392 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
1096 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c1697 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2013 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c1697 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2008 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c1706 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2021 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c1762 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2077 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7rsxx_hal_adc.c2827 if (pConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
2933 if (pConfig->SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c1773 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2083 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
Dstm32mp1xx_hal_adc.c2716 if (pConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
2816 if (pConfig->SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c2040 if (pConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2360 if (pConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1896 if (sConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2297 if (sConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()

12