Macros | Typedefs
Gpio Functionality

Defines conditions leading to device's IT on GPIO. More...

Collaboration diagram for Gpio Functionality:

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
 

Detailed Description

Defines conditions leading to device's IT on GPIO.

Macro Definition Documentation

◆ VL53L1_DETECTION_DISTANCE_AND_RATE

#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.

◆ VL53L1_DETECTION_DISTANCE_ONLY

#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.

◆ VL53L1_DETECTION_DISTANCE_OR_RATE

#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.

◆ VL53L1_DETECTION_NORMAL_RUN

#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.

◆ VL53L1_DETECTION_RATE_ONLY

#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 Documentation

◆ VL53L1_DetectionMode

Definition at line 250 of file vl53l1_def.h.



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