Macros | Typedefs
Detection Functionality

Defines the different functionalities for the detection feature. More...

Collaboration diagram for Detection Functionality:

Macros

#define VL53L1_THRESHOLD_CROSSED_HIGH   ((VL53L1_ThresholdMode) 1)
 
#define VL53L1_THRESHOLD_CROSSED_LOW   ((VL53L1_ThresholdMode) 0)
 
#define VL53L1_THRESHOLD_IN_WINDOW   ((VL53L1_ThresholdMode) 3)
 
#define VL53L1_THRESHOLD_OUT_OF_WINDOW   ((VL53L1_ThresholdMode) 2)
 

Typedefs

typedef uint8_t VL53L1_ThresholdMode
 

Detailed Description

Defines the different functionalities for the detection feature.

Macro Definition Documentation

◆ VL53L1_THRESHOLD_CROSSED_HIGH

#define VL53L1_THRESHOLD_CROSSED_HIGH   ((VL53L1_ThresholdMode) 1)

Trigger interrupt if value > thresh_high

Definition at line 218 of file vl53l1_def.h.

◆ VL53L1_THRESHOLD_CROSSED_LOW

#define VL53L1_THRESHOLD_CROSSED_LOW   ((VL53L1_ThresholdMode) 0)

Trigger interrupt if value < thresh_low

Definition at line 215 of file vl53l1_def.h.

◆ VL53L1_THRESHOLD_IN_WINDOW

#define VL53L1_THRESHOLD_IN_WINDOW   ((VL53L1_ThresholdMode) 3)

Trigger interrupt if value > thresh_low AND value < thresh_high

Definition at line 224 of file vl53l1_def.h.

◆ VL53L1_THRESHOLD_OUT_OF_WINDOW

#define VL53L1_THRESHOLD_OUT_OF_WINDOW   ((VL53L1_ThresholdMode) 2)

Trigger interrupt if value < thresh_low OR value > thresh_high

Definition at line 221 of file vl53l1_def.h.

Typedef Documentation

◆ VL53L1_ThresholdMode

Definition at line 213 of file vl53l1_def.h.



vl53l1x
Author(s):
autogenerated on Fri Aug 2 2024 08:35:55