Defines the different functionalities for the detection feature. More...
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 |
Defines the different functionalities for the detection feature.
#define VL53L1_THRESHOLD_CROSSED_HIGH ((VL53L1_ThresholdMode) 1) |
Trigger interrupt if value > thresh_high
Definition at line 218 of file vl53l1_def.h.
#define VL53L1_THRESHOLD_CROSSED_LOW ((VL53L1_ThresholdMode) 0) |
Trigger interrupt if value < thresh_low
Definition at line 215 of file vl53l1_def.h.
#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.
#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 uint8_t VL53L1_ThresholdMode |
Definition at line 213 of file vl53l1_def.h.