Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c1716 FixPoint1616_t sigmaEstRtn; in VL53L0X_calc_sigma_estimate() local
1943 sigmaEstRtn = (((sqrtResult_centi_ns+50)/100) / in VL53L0X_calc_sigma_estimate()
1945 sigmaEstRtn *= VL53L0X_SPEED_OF_LIGHT_IN_AIR; in VL53L0X_calc_sigma_estimate()
1948 sigmaEstRtn += 5000; in VL53L0X_calc_sigma_estimate()
1949 sigmaEstRtn /= 10000; in VL53L0X_calc_sigma_estimate()
1951 if (sigmaEstRtn > cSigmaEstRtnMax) { in VL53L0X_calc_sigma_estimate()
1954 sigmaEstRtn = cSigmaEstRtnMax; in VL53L0X_calc_sigma_estimate()
1972 sqr1 = sigmaEstRtn * sigmaEstRtn; in VL53L0X_calc_sigma_estimate()