Interrupt Output Level types. More...
Macros | |
#define | VL53L1_DEVICEINTERRUPTLEVEL_ACTIVE_HIGH 0x00 |
#define | VL53L1_DEVICEINTERRUPTLEVEL_ACTIVE_LOW 0x10 |
#define | VL53L1_DEVICEINTERRUPTLEVEL_ACTIVE_MASK 0x10 |
Interrupt Output Level types.
#define VL53L1_DEVICEINTERRUPTLEVEL_ACTIVE_HIGH 0x00 |
Active High Interrupt
Definition at line 465 of file vl53l1_ll_device.h.
#define VL53L1_DEVICEINTERRUPTLEVEL_ACTIVE_LOW 0x10 |
Active Low Interrupt
Definition at line 467 of file vl53l1_ll_device.h.
#define VL53L1_DEVICEINTERRUPTLEVEL_ACTIVE_MASK 0x10 |
Active Bit Mask
Definition at line 469 of file vl53l1_ll_device.h.