Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c79 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()
[all …]
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c299 int16_t currentTemperature = Temperature_getTemperature(); in walkNotifyList() local
318 if (currentTemperature <= notifyObject->thresholdLow || in walkNotifyList()
319 currentTemperature >= notifyObject->thresholdHigh) { in walkNotifyList()
324 int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? in walkNotifyList()
330 notifyObject->notifyFxn(currentTemperature, in walkNotifyList()
433 int16_t currentTemperature = AONBatMonTemperatureGetDegC(); in Temperature_getTemperature() local
435 return currentTemperature; in Temperature_getTemperature()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c108 static void thermalShutdownCallback(int16_t currentTemperature,
253 int16_t currentTemperature = Temperature_getTemperature(); in walkNotifyList() local
273 …if (currentTemperature <= notifyObject->thresholdLow || currentTemperature >= notifyObject->thresh… in walkNotifyList()
279 …int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? notifyObject->thresholdLow in walkNotifyList()
285 … notifyObject->notifyFxn(currentTemperature, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
343 static void thermalShutdownCallback(int16_t currentTemperature, in thermalShutdownCallback() argument
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2.c86 static void hposcRtcCompensateFxn(int16_t currentTemperature,
973 int16_t currentTemperature = Temperature_getTemperature(); in PowerCC26X2_enableHposcRtcCompensation() local
982 hposcRtcCompensateFxn(currentTemperature, in PowerCC26X2_enableHposcRtcCompensation()
983 currentTemperature + PowerCC26X2_HPOSC_RTC_COMPENSATION_DELTA, in PowerCC26X2_enableHposcRtcCompensation()
1136 void hposcRtcCompensateFxn(int16_t currentTemperature, in hposcRtcCompensateFxn() argument
1143 relFreqOffset = OSC_HPOSCRelativeFrequencyOffsetGet(currentTemperature); in hposcRtcCompensateFxn()
1149currentTemperature + PowerCC26X2_HPOSC_RTC_COMPENSATION_DELTA, in hposcRtcCompensateFxn()
1150currentTemperature - PowerCC26X2_HPOSC_RTC_COMPENSATION_DELTA, in hposcRtcCompensateFxn()
/hal_ti-latest/simplelink/source/ti/drivers/
DTemperature.h307 typedef void (*Temperature_NotifyFxn) (int16_t currentTemperature,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DTemperature.h307 typedef void (*Temperature_NotifyFxn)(int16_t currentTemperature,
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c526 static void RF_hposcRfCompensateFxn(int16_t currentTemperature,
2521 static void RF_hposcRfCompensateFxn(int16_t currentTemperature, in RF_hposcRfCompensateFxn() argument
2531 relFreqOffset = OSC_HPOSCRelativeFrequencyOffsetGet(currentTemperature); in RF_hposcRfCompensateFxn()
2555 currentTemperature + RF_TEMP_LIMIT_3_DEGREES_CELSIUS, in RF_hposcRfCompensateFxn()
2556 currentTemperature - RF_TEMP_LIMIT_3_DEGREES_CELSIUS, in RF_hposcRfCompensateFxn()
5835 int16_t currentTemperature = Temperature_getTemperature(); in RF_enableHPOSCTemperatureCompensation() local
5838currentTemperature + RF_TEMP_LIMIT_3_DEGREES_CELSIUS, in RF_enableHPOSCTemperatureCompensation()
5839currentTemperature - RF_TEMP_LIMIT_3_DEGREES_CELSIUS, in RF_enableHPOSCTemperatureCompensation()