Home
last modified time | relevance | path

Searched refs:mohm (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c1382 float mohm; in TFA9896_PrintCalibration() local
1391 mohm = ((float)data[0] * 1024) / TFA1_FW_ReZ_SCALE; in TFA9896_PrintCalibration()
1393 TFA9896_Printf(" Calibrated value :%1.2f mOhms :\n", (mohm * 1024) / 1000); in TFA9896_PrintCalibration()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c2293 int mohm, fixed, ret; in tfa2_get_calibration_impedance() local
2306 mohm = 1000 * fixed / TFA2_FW_ReZ_SCALE; in tfa2_get_calibration_impedance()
2308 return mohm; in tfa2_get_calibration_impedance()