Home
last modified time | relevance | path

Searched refs:calibration_factor_accumulated (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc_ex.c107 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local
163 calibration_factor_accumulated += LL_ADC_GetCalibrationFactor(hadc->Instance); in HAL_ADCEx_Calibration_Start()
166 calibration_factor_accumulated /= calibration_index; in HAL_ADCEx_Calibration_Start()
169 LL_ADC_SetCalibrationFactor(hadc->Instance, calibration_factor_accumulated); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc_ex.c108 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local
166 calibration_factor_accumulated += LL_ADC_GetCalibrationFactor(hadc->Instance); in HAL_ADCEx_Calibration_Start()
169 calibration_factor_accumulated /= calibration_index; in HAL_ADCEx_Calibration_Start()
194 LL_ADC_SetCalibrationFactor(hadc->Instance, calibration_factor_accumulated); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc_ex.c111 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local
170 calibration_factor_accumulated += LL_ADC_GetCalibrationFactor(hadc->Instance); in HAL_ADCEx_Calibration_Start()
173 calibration_factor_accumulated /= calibration_index; in HAL_ADCEx_Calibration_Start()
197 LL_ADC_SetCalibrationFactor(hadc->Instance, calibration_factor_accumulated); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc_ex.c108 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local
166 calibration_factor_accumulated += LL_ADC_GetCalibrationFactor(hadc->Instance); in HAL_ADCEx_Calibration_Start()
169 calibration_factor_accumulated /= calibration_index; in HAL_ADCEx_Calibration_Start()
194 LL_ADC_SetCalibrationFactor(hadc->Instance, calibration_factor_accumulated); in HAL_ADCEx_Calibration_Start()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c132 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local
210 calibration_factor_accumulated += LL_ADC_GetCalibrationFactor(hadc->Instance); in HAL_ADCEx_Calibration_Start()
213 calibration_factor_accumulated /= calibration_index; in HAL_ADCEx_Calibration_Start()
237 LL_ADC_SetCalibrationFactor(hadc->Instance, calibration_factor_accumulated); in HAL_ADCEx_Calibration_Start()