Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c144 int16_t threshold; member
1373 hfxtConfig.temperature.threshold); in PowerCC23X0_hfxtCompensateFxn()
1375 if (currentTemperature > hfxtConfig.temperature.threshold) in PowerCC23X0_hfxtCompensateFxn()
1403 Math_MAX(hfxtConfig.temperature.threshold, in PowerCC23X0_hfxtCompensateFxn()
1449 config.temperature.threshold = tempThreshold; in PowerLPF3_enableHFXTCompensation()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c243 … uint16_t threshold = (currentVoltage <= notifyObject->thresholdLow) ? notifyObject->thresholdLow in walkNotifyList() local
249 … notifyObject->notifyFxn(currentVoltage, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c324 int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? in walkNotifyList() local
331 threshold, in walkNotifyList()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c279 …int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? notifyObject->thresholdLow in walkNotifyList() local
285 … notifyObject->notifyFxn(currentTemperature, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()