Searched refs:pRe25 (Results 1 – 2 of 2) sorted by relevance
1279 status_t TFA9896_DspGetCalibrationImpedance(tfa9896_handle_t *handle, float *pRe25) in TFA9896_DspGetCalibrationImpedance() argument1286 assert(pRe25 != 0); in TFA9896_DspGetCalibrationImpedance()1287 *pRe25 = 0.0f; /* default 0.0 */ in TFA9896_DspGetCalibrationImpedance()1302 *pRe25 = ((float)data[0] / (1 << (23 - SPKRBST_TEMPERATURE_EXP)) * 1024) / in TFA9896_DspGetCalibrationImpedance()
486 status_t TFA9896_DspGetCalibrationImpedance(tfa9896_handle_t *handle, float *pRe25);