Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_calibration.c56 uint16_t sum_ranging = 0; in VL53L0X_perform_xtalk_calibration() local
85 sum_ranging = 0; in VL53L0X_perform_xtalk_calibration()
98 sum_ranging = in VL53L0X_perform_xtalk_calibration()
99 sum_ranging + RangingMeasurementData.RangeMilliMeter; in VL53L0X_perform_xtalk_calibration()
118 (FixPoint1616_t)((uint32_t)(sum_ranging << 16) / total_count); in VL53L0X_perform_xtalk_calibration()
189 uint16_t sum_ranging = 0; in VL53L0X_perform_offset_calibration() local
224 sum_ranging = 0; in VL53L0X_perform_offset_calibration()
235 sum_ranging = in VL53L0X_perform_offset_calibration()
236 sum_ranging + RangingMeasurementData.RangeMilliMeter; in VL53L0X_perform_offset_calibration()
250 (FixPoint1616_t)((uint32_t)(sum_ranging << 16) / total_count); in VL53L0X_perform_offset_calibration()

Completed in 4 milliseconds