Lines Matching refs:tempVal
404 float tempVal; in PCA9422_GetChargeCurrent() local
441 tempVal = (float)iCharge * (float)topOffCurr[regBit] / 10.0f / 100.0f; in PCA9422_GetChargeCurrent()
442 iCharge = (uint16_t)tempVal; in PCA9422_GetChargeCurrent()
452 tempVal = (float)iCharge * (float)preChgCurr[regBit] / 100.0f; in PCA9422_GetChargeCurrent()
453 iCharge = (uint16_t)tempVal; in PCA9422_GetChargeCurrent()
487 tempVal = (float)iCharge * (float)thermCurr[regBit] / 100.0f; in PCA9422_GetChargeCurrent()
488 iCharge = (uint16_t)tempVal; in PCA9422_GetChargeCurrent()
498 tempVal = (float)iCharge * (float)thermCurr[regBit] / 100.0f; in PCA9422_GetChargeCurrent()
499 iCharge = (uint16_t)tempVal; in PCA9422_GetChargeCurrent()
509 tempVal = (float)iCharge * (float)thermCurr[regBit] / 100.0f; in PCA9422_GetChargeCurrent()
510 iCharge = (uint16_t)tempVal; in PCA9422_GetChargeCurrent()