Defines the current status of the device. More...
Macros | |
#define | VL53L1_STATE_ERROR ((VL53L1_State) 99) |
#define | VL53L1_STATE_IDLE ((VL53L1_State) 3) |
#define | VL53L1_STATE_POWERDOWN ((VL53L1_State) 0) |
#define | VL53L1_STATE_RESET ((VL53L1_State) 5) |
#define | VL53L1_STATE_RUNNING ((VL53L1_State) 4) |
#define | VL53L1_STATE_STANDBY ((VL53L1_State) 2) |
#define | VL53L1_STATE_UNKNOWN ((VL53L1_State) 98) |
#define | VL53L1_STATE_WAIT_STATICINIT ((VL53L1_State) 1) |
Typedefs | |
typedef uint8_t | VL53L1_State |
Defines the current status of the device.
#define VL53L1_STATE_ERROR ((VL53L1_State) 99) |
Device is in error state and need to be rebooted
Definition at line 337 of file vl53l1_def.h.
#define VL53L1_STATE_IDLE ((VL53L1_State) 3) |
Device has been initialized and ready to do measurements
Definition at line 329 of file vl53l1_def.h.
#define VL53L1_STATE_POWERDOWN ((VL53L1_State) 0) |
Device is in HW reset
Definition at line 323 of file vl53l1_def.h.
#define VL53L1_STATE_RESET ((VL53L1_State) 5) |
Soft reset has been run on Device
Definition at line 333 of file vl53l1_def.h.
#define VL53L1_STATE_RUNNING ((VL53L1_State) 4) |
Device is performing measurement
Definition at line 331 of file vl53l1_def.h.
#define VL53L1_STATE_STANDBY ((VL53L1_State) 2) |
Device is in Low power Standby mode
Definition at line 327 of file vl53l1_def.h.
#define VL53L1_STATE_UNKNOWN ((VL53L1_State) 98) |
Device is in unknown state and need to be rebooted
Definition at line 335 of file vl53l1_def.h.
#define VL53L1_STATE_WAIT_STATICINIT ((VL53L1_State) 1) |
Device is initialized and wait for static initialization
Definition at line 325 of file vl53l1_def.h.
typedef uint8_t VL53L1_State |
Definition at line 321 of file vl53l1_def.h.