Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
VL6180x_RangeData_t Struct Reference
Range and any optional measurement data. More...
#include <vl6180x_def.h>
Data Fields | |
uint32_t | range_mm |
int32_t | signalRate_mcps |
uint32_t | errorStatus |
uint32_t | rtnAmbRate |
uint32_t | rtnRate |
uint32_t | rtnConvTime |
uint32_t | refConvTime |
uint32_t | DMax |
RangeFilterResult_t | FilteredData |
Detailed Description
Range and any optional measurement data.
Definition at line 273 of file vl6180x_def.h.
Field Documentation
uint32_t DMax |
DMax when applicable
Definition at line 288 of file vl6180x_def.h.
uint32_t errorStatus |
Error status of the current measurement.
see RangeError_u VL6180x_GetRangeStatusErrString()
Definition at line 276 of file vl6180x_def.h.
Filter result main range_mm is updated
Definition at line 292 of file vl6180x_def.h.
uint32_t range_mm |
range distance in mm.
Definition at line 274 of file vl6180x_def.h.
uint32_t refConvTime |
Reference convergence time RESULT_RANGE_REFERENCE_CONV_TIME
Definition at line 283 of file vl6180x_def.h.
uint32_t rtnAmbRate |
Return Ambient rate in KCount per sec related to RESULT_RANGE_RETURN_AMB_COUNT
Definition at line 280 of file vl6180x_def.h.
uint32_t rtnConvTime |
Return Convergence time RESULT_RANGE_RETURN_CONV_TIME
Definition at line 282 of file vl6180x_def.h.
uint32_t rtnRate |
Return rate in KCount per sec related to RESULT_RANGE_RETURN_SIGNAL_COUNT
Definition at line 281 of file vl6180x_def.h.
int32_t signalRate_mcps |
signal rate (MCPS)
these is a 9.7 fix point value, which is effectively a measure of target reflectance.
Definition at line 275 of file vl6180x_def.h.
Generated on Tue Jul 12 2022 21:49:24 by
