Searched refs:nextThresholdLow (Results 1 – 3 of 3) sorted by relevance
183 int16_t nextThresholdLow = INVALID_VOLTAGE_MIN; in setNextThresholds() local198 nextThresholdLow = Math_MAX(nextThresholdLow, notifyObject->thresholdLow); in setNextThresholds()207 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
264 int16_t nextThresholdLow = INVALID_TEMPERATURE_MIN; in setNextThresholds() local279 nextThresholdLow = MAX(nextThresholdLow, in setNextThresholds()289 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
218 int16_t nextThresholdLow = INVALID_TEMPERATURE_MIN; in setNextThresholds() local233 nextThresholdLow = Math_MAX(nextThresholdLow, notifyObject->thresholdLow); in setNextThresholds()242 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()