Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_calibration.c327 VL53L1_offset_range_data_t *poffset = NULL; in VL53L1_run_offset_calibration() local
390 poffset = &(pdev->offset_results.data[m]); in VL53L1_run_offset_calibration()
391 poffset->preset_mode = 0; in VL53L1_run_offset_calibration()
392 poffset->no_of_samples = 0; in VL53L1_run_offset_calibration()
393 poffset->effective_spads = 0; in VL53L1_run_offset_calibration()
394 poffset->peak_rate_mcps = 0; in VL53L1_run_offset_calibration()
395 poffset->sigma_mm = 0; in VL53L1_run_offset_calibration()
396 poffset->median_range_mm = 0; in VL53L1_run_offset_calibration()
401 poffset = &(pdev->offset_results.data[m]); in VL53L1_run_offset_calibration()
403 poffset->preset_mode = device_preset_modes[m]; in VL53L1_run_offset_calibration()
[all …]