Defines conditions leading to device's IT on GPIO. More...
Macros | |
#define | VL53L1_DETECTION_DISTANCE_AND_RATE ((VL53L1_DetectionMode) 3) |
#define | VL53L1_DETECTION_DISTANCE_ONLY ((VL53L1_DetectionMode) 1) |
#define | VL53L1_DETECTION_DISTANCE_OR_RATE ((VL53L1_DetectionMode) 4) |
#define | VL53L1_DETECTION_NORMAL_RUN ((VL53L1_DetectionMode) 0) |
#define | VL53L1_DETECTION_RATE_ONLY ((VL53L1_DetectionMode) 2) |
Typedefs | |
typedef uint8_t | VL53L1_DetectionMode |
Defines conditions leading to device's IT on GPIO.
#define VL53L1_DETECTION_DISTANCE_AND_RATE ((VL53L1_DetectionMode) 3) |
Trigger interrupt if "threshold event" occurs on distance AND rate
Definition at line 263 of file vl53l1_def.h.
#define VL53L1_DETECTION_DISTANCE_ONLY ((VL53L1_DetectionMode) 1) |
Trigger interrupt if "threshold event" occurs on distance
Definition at line 257 of file vl53l1_def.h.
#define VL53L1_DETECTION_DISTANCE_OR_RATE ((VL53L1_DetectionMode) 4) |
Trigger interrupt if "threshold event" occurs on distance OR rate
Definition at line 267 of file vl53l1_def.h.
#define VL53L1_DETECTION_NORMAL_RUN ((VL53L1_DetectionMode) 0) |
Trigger interrupt on new measurement regardless of threshold just like after a VL53L1_SetPresetMode() call
Definition at line 252 of file vl53l1_def.h.
#define VL53L1_DETECTION_RATE_ONLY ((VL53L1_DetectionMode) 2) |
Trigger interrupt if "threshold event" occurs on signal rate
Definition at line 260 of file vl53l1_def.h.
typedef uint8_t VL53L1_DetectionMode |
Definition at line 250 of file vl53l1_def.h.