Searched refs:calibration_factor_accumulated (Results 1 – 5 of 5) sorted by relevance
107 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local163 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()
108 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local166 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()
111 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local170 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()
132 uint32_t calibration_factor_accumulated = 0; in HAL_ADCEx_Calibration_Start() local210 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()