Home
last modified time | relevance | path

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

/hal_ti-2.7.6/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()