ST Expansion SW Team / VL53L1

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_53L1CB

Embed: (wiki syntax)

« Back to documentation index

VL53L1_DevData_t Struct Reference

VL53L1_DevData_t Struct Reference
[VL53L1 Defines]

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

#include <vl53l1_def.h>

Data Fields

VL53L1_LLDriverData_t LLData
VL53L1_LLDriverResults_t llresults
VL53L1_DeviceParameters_t CurrentParameters

Detailed Description

Contains the Internal data of the Bare Driver.

Definition at line 709 of file vl53l1_def.h.


Field Documentation

Current Device Parameter

Definition at line 718 of file vl53l1_def.h.

VL53L1_LLDriverData_t LLData

Low Level Driver data structure

Definition at line 711 of file vl53l1_def.h.

VL53L1_LLDriverResults_t llresults

Low Level Driver data structure

Definition at line 714 of file vl53l1_def.h.