Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c97 #define INVALID_TEMPERATURE_MAX BATMON_TEMPERATURE_MAX macro
126 static volatile int16_t currentThresholdHigh = INVALID_TEMPERATURE_MAX;
263 int16_t nextThresholdHigh = INVALID_TEMPERATURE_MAX; in setNextThresholds()
362 setTempUpperLimit(INVALID_TEMPERATURE_MAX); in temperatureHwiFxn()
482 notifyObject->thresholdHigh = INVALID_TEMPERATURE_MAX; in Temperature_registerNotifyLow()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c92 #define INVALID_TEMPERATURE_MAX BATMON_TEMPERATURE_MAX macro
124 static volatile int16_t currentThresholdHigh = INVALID_TEMPERATURE_MAX;
217 int16_t nextThresholdHigh = INVALID_TEMPERATURE_MAX; in setNextThresholds()
318 setTempUpperLimit(INVALID_TEMPERATURE_MAX); in temperatureEventCb()
450 notifyObject->thresholdHigh = INVALID_TEMPERATURE_MAX; in Temperature_registerNotifyLow()