Home
last modified time | relevance | path

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

/hal_st-2.7.6/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c1722 uint32_t xTalkCompRate_kcps; in VL53L0X_calc_sigma_estimate() local
1775 xTalkCompRate_kcps = xTalkCompRate_mcps * 1000; in VL53L0X_calc_sigma_estimate()
1777 if (xTalkCompRate_kcps > cMaxXTalk_kcps) in VL53L0X_calc_sigma_estimate()
1778 xTalkCompRate_kcps = cMaxXTalk_kcps; in VL53L0X_calc_sigma_estimate()
1865 2 * xTalkCompRate_kcps) + 500)/1000; in VL53L0X_calc_sigma_estimate()