John Alexander / VL53L3_Lib

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   VL53L3ExpansionBoard

Embed: (wiki syntax)

« Back to documentation index

VL53LX_DevData_t Struct Reference

VL53LX_DevData_t Struct Reference
[VL53LX Defines]

Contains the Internal data of the Bare Driver. More...

#include <vl53lx_def.h>

Data Fields

VL53LX_LLDriverData_t LLData
VL53LX_LLDriverResults_t llresults
VL53LX_DeviceParameters_t CurrentParameters

Detailed Description

Contains the Internal data of the Bare Driver.

Definition at line 8239 of file vl53lx_def.h.


Field Documentation

Current Device Parameter

Definition at line 8247 of file vl53lx_def.h.

VL53LX_LLDriverData_t LLData

Low Level Driver data structure

Definition at line 8241 of file vl53lx_def.h.

VL53LX_LLDriverResults_t llresults

Low Level Driver data structure

Definition at line 8244 of file vl53lx_def.h.