Searched refs:presults (Results 1 – 3 of 3) sorted by relevance
2320 VL53L1_range_results_t *presults = &(pres->range_results); in VL53L1_get_device_results() local2336 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() argument2441 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 …]
2047 VL53L1_range_results_t *presults = &results; in VL53L1_GetRangingMeasurementData() local2061 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()
795 VL53L1_range_results_t *presults);