Device Interrupt Polarity. More...
Macros | |
#define | VL53L1_DEVICEINTERRUPTPOLARITY_ACTIVE_HIGH ((VL53L1_DeviceInterruptPolarity) 0x00) |
#define | VL53L1_DEVICEINTERRUPTPOLARITY_ACTIVE_LOW ((VL53L1_DeviceInterruptPolarity) 0x10) |
#define | VL53L1_DEVICEINTERRUPTPOLARITY_BIT_MASK ((VL53L1_DeviceInterruptPolarity) 0x10) |
#define | VL53L1_DEVICEINTERRUPTPOLARITY_CLEAR_MASK ((VL53L1_DeviceInterruptPolarity) 0xEF) |
Typedefs | |
typedef uint8_t | VL53L1_DeviceInterruptPolarity |
Device Interrupt Polarity.
#define VL53L1_DEVICEINTERRUPTPOLARITY_ACTIVE_HIGH ((VL53L1_DeviceInterruptPolarity) 0x00) |
Definition at line 219 of file vl53l1_ll_device.h.
#define VL53L1_DEVICEINTERRUPTPOLARITY_ACTIVE_LOW ((VL53L1_DeviceInterruptPolarity) 0x10) |
Definition at line 220 of file vl53l1_ll_device.h.
#define VL53L1_DEVICEINTERRUPTPOLARITY_BIT_MASK ((VL53L1_DeviceInterruptPolarity) 0x10) |
Definition at line 221 of file vl53l1_ll_device.h.
#define VL53L1_DEVICEINTERRUPTPOLARITY_CLEAR_MASK ((VL53L1_DeviceInterruptPolarity) 0xEF) |
Definition at line 222 of file vl53l1_ll_device.h.
Definition at line 217 of file vl53l1_ll_device.h.