Lines Matching defs:tmpVal
565 int16_t tmpVal;
666 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
668 (uint8_t)((tmpVal < 0) ? 0 : tmpVal);
689 tmpVal = (int16_t)TMP_VAL_VPD_TABLE;
691 ((tmpVal > 255) ? 255 : tmpVal);
734 int16_t tmpVal;
834 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
836 (uint8_t)((tmpVal < 0) ? 0 : tmpVal);
858 tmpVal =
862 pPDADCValues[k++] = (uint8_t)((tmpVal > 255) ?
863 255 : tmpVal);