Home
last modified time | relevance | path

Searched refs:currentThresholdLow (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c91 static volatile uint16_t currentThresholdLow = INVALID_VOLTAGE_MIN; variable
121 currentThresholdLow = thresholdLow; in setBatLowerLimit()
267 if (thresholdLow > currentThresholdLow) in updateThresholds()
286 if (currentVoltage <= currentThresholdLow || currentVoltage >= currentThresholdHigh) in batteryEventCb()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c127 static volatile int16_t currentThresholdLow = INVALID_TEMPERATURE_MIN; variable
205 currentThresholdLow = thresholdLow; in setTempLowerLimit()
349 if (thresholdLow > currentThresholdLow) { in updateThresholds()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c125 static volatile int16_t currentThresholdLow = INVALID_TEMPERATURE_MIN; variable
156 currentThresholdLow = thresholdLow; in setTempLowerLimit()
303 if (thresholdLow > currentThresholdLow) in updateThresholds()