Lines Matching refs:currentTemperature
79 static void PowerCC23X0_hfxtCompensateFxn(int16_t currentTemperature,
1339 static void PowerCC23X0_hfxtCompensateFxn(int16_t currentTemperature, in PowerCC23X0_hfxtCompensateFxn() argument
1352 if (currentTemperature > HFXT_COMP_MAX_TEMP) in PowerCC23X0_hfxtCompensateFxn()
1354 currentTemperature = HFXT_COMP_MAX_TEMP; in PowerCC23X0_hfxtCompensateFxn()
1357 if (currentTemperature < HFXT_COMP_MIN_TEMP) in PowerCC23X0_hfxtCompensateFxn()
1359 currentTemperature = HFXT_COMP_MIN_TEMP; in PowerCC23X0_hfxtCompensateFxn()
1372 currentTemperature, in PowerCC23X0_hfxtCompensateFxn()
1375 if (currentTemperature > hfxtConfig.temperature.threshold) in PowerCC23X0_hfxtCompensateFxn()
1381 ratio = PowerCC23X0_temperatureToRatio(currentTemperature); in PowerCC23X0_hfxtCompensateFxn()
1388 currentTemperature + hfxtConfig.temperature.delta - 1, in PowerCC23X0_hfxtCompensateFxn()
1389 currentTemperature - hfxtConfig.temperature.delta + 1, in PowerCC23X0_hfxtCompensateFxn()
1404 … currentTemperature + hfxtConfig.temperature.delta - 1), in PowerCC23X0_hfxtCompensateFxn()
1446 int16_t currentTemperature = Temperature_getTemperature(); in PowerLPF3_enableHFXTCompensation() local
1456 if (currentTemperature > tempThreshold) in PowerLPF3_enableHFXTCompensation()
1458 PowerCC23X0_hfxtCompensateFxn(currentTemperature, in PowerLPF3_enableHFXTCompensation()
1474 currentTemperature, in PowerLPF3_enableHFXTCompensation()