Searched refs:lowerLimitMod (Results 1 – 1 of 1) sorted by relevance
387 …int16_t lowerLimitMod = (lLimit % (int32_t)(10 * 64)); //remainder operator sign matches the numer… in TIDS_setTempLowLimit() local389 if(lLimit > 0 && lowerLimitMod > 320){ in TIDS_setTempLowLimit()391 }else if(lLimit < 0 && -lowerLimitMod > 320){ in TIDS_setTempLowLimit()