Searched refs:threshold (Results 1 – 4 of 4) sorted by relevance
144 int16_t threshold; member1373 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()
243 … uint16_t threshold = (currentVoltage <= notifyObject->thresholdLow) ? notifyObject->thresholdLow in walkNotifyList() local249 … notifyObject->notifyFxn(currentVoltage, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()
324 int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? in walkNotifyList() local331 threshold, in walkNotifyList()
279 …int16_t threshold = (currentTemperature <= notifyObject->thresholdLow) ? notifyObject->thresholdLow in walkNotifyList() local285 … notifyObject->notifyFxn(currentTemperature, threshold, notifyObject->clientArg, notifyObject); in walkNotifyList()