Searched refs:no_of_samples (Results 1 – 3 of 3) sorted by relevance
392 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 …]
1138 pdata->no_of_samples); in VL53L1_print_offset_range_data()
641 uint8_t no_of_samples; member