Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c90 static volatile uint16_t currentThresholdHigh = INVALID_VOLTAGE_MAX; variable
133 currentThresholdHigh = thresholdHigh; in setBatUpperLimit()
261 if (thresholdHigh < currentThresholdHigh) in updateThresholds()
286 if (currentVoltage <= currentThresholdLow || currentVoltage >= currentThresholdHigh) in batteryEventCb()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c126 static volatile int16_t currentThresholdHigh = INVALID_TEMPERATURE_MAX; variable
216 currentThresholdHigh = thresholdHigh; in setTempUpperLimit()
344 if (thresholdHigh < currentThresholdHigh) { in updateThresholds()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c124 static volatile int16_t currentThresholdHigh = INVALID_TEMPERATURE_MAX; variable
168 currentThresholdHigh = thresholdHigh; in setTempUpperLimit()
297 if (thresholdHigh < currentThresholdHigh) in updateThresholds()