Macros | Typedefs
Defines the current status of the device

Defines the current status of the device. More...

Collaboration diagram for Defines the current status of the device:

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
 

Detailed Description

Defines the current status of the device.

Macro Definition Documentation

◆ VL53L1_STATE_ERROR

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

◆ VL53L1_STATE_IDLE

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

◆ VL53L1_STATE_POWERDOWN

#define VL53L1_STATE_POWERDOWN   ((VL53L1_State) 0)

Device is in HW reset

Definition at line 323 of file vl53l1_def.h.

◆ VL53L1_STATE_RESET

#define VL53L1_STATE_RESET   ((VL53L1_State) 5)

Soft reset has been run on Device

Definition at line 333 of file vl53l1_def.h.

◆ VL53L1_STATE_RUNNING

#define VL53L1_STATE_RUNNING   ((VL53L1_State) 4)

Device is performing measurement

Definition at line 331 of file vl53l1_def.h.

◆ VL53L1_STATE_STANDBY

#define VL53L1_STATE_STANDBY   ((VL53L1_State) 2)

Device is in Low power Standby mode

Definition at line 327 of file vl53l1_def.h.

◆ VL53L1_STATE_UNKNOWN

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

◆ VL53L1_STATE_WAIT_STATICINIT

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

◆ VL53L1_State

Definition at line 321 of file vl53l1_def.h.



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