VL53L0X API Specification
1.0.2.4823Defines the Polarity
of the Interrupt Defines the the sequence steps performed during ranging. More...
Macros | |
#define | VL53L0X_SEQUENCESTEP_TCC ((VL53L0X_VcselPeriod) 0) |
#define | VL53L0X_SEQUENCESTEP_DSS ((VL53L0X_VcselPeriod) 1) |
#define | VL53L0X_SEQUENCESTEP_MSRC ((VL53L0X_VcselPeriod) 2) |
#define | VL53L0X_SEQUENCESTEP_PRE_RANGE ((VL53L0X_VcselPeriod) 3) |
#define | VL53L0X_SEQUENCESTEP_FINAL_RANGE ((VL53L0X_VcselPeriod) 4) |
#define | VL53L0X_SEQUENCESTEP_NUMBER_OF_CHECKS 5 |
Typedefs | |
typedef uint8_t | VL53L0X_SequenceStepId |
Detailed Description
of the Interrupt Defines the the sequence steps performed during ranging.
Macro Definition Documentation
#define VL53L0X_SEQUENCESTEP_TCC ((VL53L0X_VcselPeriod) 0) |
Target CentreCheck identifier.
Definition at line 542 of file vl53l0x_def.h.
#define VL53L0X_SEQUENCESTEP_DSS ((VL53L0X_VcselPeriod) 1) |
Dynamic Spad Selection function Identifier.
Definition at line 544 of file vl53l0x_def.h.
#define VL53L0X_SEQUENCESTEP_MSRC ((VL53L0X_VcselPeriod) 2) |
Minimum Signal Rate Check function Identifier.
Definition at line 546 of file vl53l0x_def.h.
#define VL53L0X_SEQUENCESTEP_PRE_RANGE ((VL53L0X_VcselPeriod) 3) |
Pre-Range check Identifier.
Definition at line 548 of file vl53l0x_def.h.
#define VL53L0X_SEQUENCESTEP_FINAL_RANGE ((VL53L0X_VcselPeriod) 4) |
Final Range Check Identifier.
Definition at line 550 of file vl53l0x_def.h.
#define VL53L0X_SEQUENCESTEP_NUMBER_OF_CHECKS 5 |
Number of Sequence Step Managed by the API.
Definition at line 553 of file vl53l0x_def.h.
Typedef Documentation
typedef uint8_t VL53L0X_SequenceStepId |
Definition at line 540 of file vl53l0x_def.h.