Searched refs:s_hotCount (Results 1 – 1 of 1) sorted by relevance
40 static int32_t s_hotCount; /*!< The value of TEMPMON_TEMPSENSE0[TEMP_VALUE] at the hot temperatur… variable73 s_hotCount = (int32_t)tmpU32; in TEMPMON_Init()79 s_roomC_hotC = roomCount - s_hotCount; in TEMPMON_Init()148 …tmeas = (float)s_hotTemp - (((float)nmeas - (float)s_hotCount) * (s_hotT_ROOM / (float)s_roomC_hot… in TEMPMON_GetCurrentTemperature()172 tempCodeVal = s_hotCount + (s_hotTemp - (int32_t)tempVal) * s_roomC_hotC / (int32_t)s_hotT_ROOM; in TEMPMON_SetTempAlarm()