Searched refs:TooHigh (Results 1 – 1 of 1) sorted by relevance
934 SK_BOOL TooHigh; /* Is sensor too high? */ in SkI2cCheckSensor() local954 TooHigh = (pSen->SenValue > pSen->SenThreErrHigh); in SkI2cCheckSensor()958 if (TooHigh || TooLow) { in SkI2cCheckSensor()1001 SkEventQueue(pAC, SKGE_PNMI, (TooHigh ? in SkI2cCheckSensor()1025 TooHigh = (pSen->SenValue > pSen->SenThreWarnHigh); in SkI2cCheckSensor()1028 if (!IsError && (TooHigh || TooLow)) { in SkI2cCheckSensor()1066 SkEventQueue(pAC, SKGE_PNMI, (TooHigh ? in SkI2cCheckSensor()1089 if (!IsError && !TooHigh && !TooLow) { in SkI2cCheckSensor()