Searched refs:TooLow (Results 1 – 1 of 1) sorted by relevance
935 SK_BOOL TooLow; /* Is sensor too low? */ in SkI2cCheckSensor() local955 TooLow = (pSen->SenValue < pSen->SenThreErrLow); in SkI2cCheckSensor()958 if (TooHigh || TooLow) { in SkI2cCheckSensor()1026 TooLow = (pSen->SenValue < pSen->SenThreWarnLow); in SkI2cCheckSensor()1028 if (!IsError && (TooHigh || TooLow)) { in SkI2cCheckSensor()1089 if (!IsError && !TooHigh && !TooLow) { in SkI2cCheckSensor()