Structure for storing the set of range results. More...
#include <vl53l1_ll_def.h>
Public Attributes | |
VL53L1_DeviceState | cfg_device_state |
VL53L1_range_data_t | data [2] |
uint8_t | device_status |
VL53L1_DeviceState | rd_device_state |
uint8_t | stream_count |
Structure for storing the set of range results.
Definition at line 608 of file vl53l1_ll_def.h.
VL53L1_DeviceState VL53L1_range_results_t::cfg_device_state |
Configuration Device State
Definition at line 610 of file vl53l1_ll_def.h.
VL53L1_range_data_t VL53L1_range_results_t::data[2] |
Range data each target distance
Definition at line 620 of file vl53l1_ll_def.h.
uint8_t VL53L1_range_results_t::device_status |
Global device status for result set
Definition at line 617 of file vl53l1_ll_def.h.
VL53L1_DeviceState VL53L1_range_results_t::rd_device_state |
Read Device State
Definition at line 612 of file vl53l1_ll_def.h.
uint8_t VL53L1_range_results_t::stream_count |
8-bit stream count
Definition at line 614 of file vl53l1_ll_def.h.