Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c1516 FixPoint1616_t sigmaLimitTmp; in VL53L0X_calc_dmax() local
1606 sigmaLimitTmp = ((cSigmaLimit << 14) + 500) / 1000; in VL53L0X_calc_dmax()
1609 sigmaLimitTmp *= sigmaLimitTmp; in VL53L0X_calc_dmax()
1618 sigmaLimitTmp -= sigmaEstSqTmp; in VL53L0X_calc_dmax()
1621 minSignalNeeded_p4 = 4 * 12 * sigmaLimitTmp; in VL53L0X_calc_dmax()