Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c1346 PowerCC23X0_hfxtConfig hfxtConfig; in PowerCC23X0_hfxtCompensateFxn() local
1347 hfxtConfig.value = (uint32_t)clientArg; in PowerCC23X0_hfxtCompensateFxn()
1373 hfxtConfig.temperature.threshold); in PowerCC23X0_hfxtCompensateFxn()
1375 if (currentTemperature > hfxtConfig.temperature.threshold) in PowerCC23X0_hfxtCompensateFxn()
1388 currentTemperature + hfxtConfig.temperature.delta - 1, in PowerCC23X0_hfxtCompensateFxn()
1389 currentTemperature - hfxtConfig.temperature.delta + 1, in PowerCC23X0_hfxtCompensateFxn()
1403 Math_MAX(hfxtConfig.temperature.threshold, in PowerCC23X0_hfxtCompensateFxn()
1404 … currentTemperature + hfxtConfig.temperature.delta - 1), in PowerCC23X0_hfxtCompensateFxn()