Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c1590 uint32_t xTalkCompRate_kcps; in VL53L0X_calc_sigma_estimate() local
1652 xTalkCompRate_kcps = xTalkCompRate_mcps * 1000; in VL53L0X_calc_sigma_estimate()
1654 if (xTalkCompRate_kcps > cMaxXTalk_kcps) in VL53L0X_calc_sigma_estimate()
1655 xTalkCompRate_kcps = cMaxXTalk_kcps; in VL53L0X_calc_sigma_estimate()
1764 (((peakSignalRate_kcps << 16) - xTalkCompRate_kcps) + 500) / 1000; in VL53L0X_calc_sigma_estimate()
1768 (((peakSignalRate_kcps << 16) + xTalkCompRate_kcps) + 500) / 1000; in VL53L0X_calc_sigma_estimate()

Completed in 6 milliseconds