Workshop example

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Embed: (wiki syntax)

« Back to documentation index

VL53L0X_SpadData_t Struct Reference

VL53L0X_SpadData_t Struct Reference
[VL53L0X Defines]

Spad Configuration Data. More...

#include <VL53L0X_def.h>

Data Fields

uint8_t RefSpadEnables [VL53L0X_REF_SPAD_BUFFER_SIZE]
uint8_t RefGoodSpadMap [VL53L0X_REF_SPAD_BUFFER_SIZE]

Detailed Description

Spad Configuration Data.

Definition at line 406 of file VL53L0X_def.h.


Field Documentation

uint8_t RefGoodSpadMap[VL53L0X_REF_SPAD_BUFFER_SIZE]

Reference Spad Good Spad Map

Definition at line 410 of file VL53L0X_def.h.

uint8_t RefSpadEnables[VL53L0X_REF_SPAD_BUFFER_SIZE]

Reference Spad Enables

Definition at line 408 of file VL53L0X_def.h.