Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_calibration.c367 pdev->offset_results.active_results = 1; in VL53L1_run_offset_calibration()
375 pdev->offset_results.active_results = in VL53L1_run_offset_calibration()
399 for (m = 0 ; m < pdev->offset_results.active_results ; m++) { in VL53L1_run_offset_calibration()
596 for (m = 0 ; m < pdev->offset_results.active_results ; m++) { in VL53L1_run_offset_calibration()
Dvl53l1_api_debug.c1085 pdata->active_results); in VL53L1_print_offset_range_results()
1087 for (i = 0 ; i < pdata->active_results ; i++) { in VL53L1_print_offset_range_results()
Dvl53l1_api.c1825 static uint8_t ComputeRQL(uint8_t active_results, in ComputeRQL() argument
1840 if (active_results == 0) in ComputeRQL()
1913 uint8_t active_results, uint8_t device_status, in SetSimpleData() argument
1933 pRangeData->RangeQualityLevel = ComputeRQL(active_results, in SetSimpleData()
/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_ll_def.h676 uint8_t active_results; member