Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_core.c2320 VL53L1_range_results_t *presults = &(pres->range_results); in VL53L1_get_device_results() local
2336 presults); in VL53L1_get_device_results()
2358 presults->cfg_device_state = pdev->ll_state.cfg_device_state; in VL53L1_get_device_results()
2359 presults->rd_device_state = pdev->ll_state.rd_device_state; in VL53L1_get_device_results()
2365 presults, in VL53L1_get_device_results()
2379 presults, in VL53L1_get_device_results()
2429 VL53L1_range_results_t *presults) in VL53L1_copy_sys_and_core_results_to_range_results() argument
2441 presults->stream_count = psys->result__stream_count; in VL53L1_copy_sys_and_core_results_to_range_results()
2443 pdata = &(presults->data[0]); in VL53L1_copy_sys_and_core_results_to_range_results()
2568 presults->device_status = VL53L1_DEVICEERROR_NOUPDATE; in VL53L1_copy_sys_and_core_results_to_range_results()
[all …]
Dvl53l1_api.c2047 VL53L1_range_results_t *presults = &results; in VL53L1_GetRangingMeasurementData() local
2061 presults); in VL53L1_GetRangingMeasurementData()
2064 pRangingMeasurementData->StreamCount = presults->stream_count; in VL53L1_GetRangingMeasurementData()
2069 presults_data = &(presults->data[0]); in VL53L1_GetRangingMeasurementData()
2071 presults->device_status, in VL53L1_GetRangingMeasurementData()
/hal_st-3.7.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_api_core.h795 VL53L1_range_results_t *presults);