Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_calibration.c392 poffset->no_of_samples = 0; in VL53L1_run_offset_calibration()
467 poffset->no_of_samples++; in VL53L1_run_offset_calibration()
521 if (poffset->no_of_samples > 0) { in VL53L1_run_offset_calibration()
523 poffset->effective_spads += (poffset->no_of_samples/2); in VL53L1_run_offset_calibration()
524 poffset->effective_spads /= poffset->no_of_samples; in VL53L1_run_offset_calibration()
526 poffset->peak_rate_mcps += (poffset->no_of_samples/2); in VL53L1_run_offset_calibration()
527 poffset->peak_rate_mcps /= poffset->no_of_samples; in VL53L1_run_offset_calibration()
529 poffset->sigma_mm += (poffset->no_of_samples/2); in VL53L1_run_offset_calibration()
530 poffset->sigma_mm /= poffset->no_of_samples; in VL53L1_run_offset_calibration()
532 poffset->median_range_mm += (poffset->no_of_samples/2); in VL53L1_run_offset_calibration()
[all …]
Dvl53l1_api_debug.c1138 pdata->no_of_samples); in VL53L1_print_offset_range_data()
/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_ll_def.h641 uint8_t no_of_samples; member