Searched refs:currentThresholdLow (Results 1 – 3 of 3) sorted by relevance
91 static volatile uint16_t currentThresholdLow = INVALID_VOLTAGE_MIN; variable121 currentThresholdLow = thresholdLow; in setBatLowerLimit()267 if (thresholdLow > currentThresholdLow) in updateThresholds()286 if (currentVoltage <= currentThresholdLow || currentVoltage >= currentThresholdHigh) in batteryEventCb()
127 static volatile int16_t currentThresholdLow = INVALID_TEMPERATURE_MIN; variable205 currentThresholdLow = thresholdLow; in setTempLowerLimit()349 if (thresholdLow > currentThresholdLow) { in updateThresholds()
125 static volatile int16_t currentThresholdLow = INVALID_TEMPERATURE_MIN; variable156 currentThresholdLow = thresholdLow; in setTempLowerLimit()303 if (thresholdLow > currentThresholdLow) in updateThresholds()