Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_calibration.c396 poffset->median_range_mm = 0; in VL53L1_run_offset_calibration()
474 poffset->median_range_mm += in VL53L1_run_offset_calibration()
475 (int32_t)prange_data->median_range_mm; in VL53L1_run_offset_calibration()
532 poffset->median_range_mm += (poffset->no_of_samples/2); in VL53L1_run_offset_calibration()
533 poffset->median_range_mm /= poffset->no_of_samples; in VL53L1_run_offset_calibration()
536 poffset->range_mm_offset -= poffset->median_range_mm; in VL53L1_run_offset_calibration()
Dvl53l1_api_debug.c988 pdata->median_range_mm); in VL53L1_print_range_data()
1185 pdata->median_range_mm); in VL53L1_print_offset_range_data()
Dvl53l1_api.c1962 if (presults_data->median_range_mm < SRL) in ComputeRQL()
1965 RAS = LRAP * presults_data->median_range_mm; in ComputeRQL()
2071 pRangeData->RangeMilliMeter = presults_data->median_range_mm; in SetSimpleData()
Dvl53l1_api_core.c2509 pdata->median_range_mm = (int16_t)range_mm; in VL53L1_copy_sys_and_core_results_to_range_results()
2554 pdata->median_range_mm = (int16_t)range_mm; in VL53L1_copy_sys_and_core_results_to_range_results()
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_ll_def.h590 int16_t median_range_mm; member
649 int32_t median_range_mm; member