VL53L0X API Specification: List of available Power Modes

VL53L0X API

List of available Power Modes

List of available Power Modes. More...

Macros

#define VL53L0X_POWERMODE_STANDBY_LEVEL1   ((VL53L0X_PowerModes) 0)
 
#define VL53L0X_POWERMODE_STANDBY_LEVEL2   ((VL53L0X_PowerModes) 1)
 
#define VL53L0X_POWERMODE_IDLE_LEVEL1   ((VL53L0X_PowerModes) 2)
 
#define VL53L0X_POWERMODE_IDLE_LEVEL2   ((VL53L0X_PowerModes) 3)
 

Typedefs

typedef uint8_t VL53L0X_PowerModes
 

Detailed Description

List of available Power Modes.

Macro Definition Documentation

#define VL53L0X_POWERMODE_STANDBY_LEVEL1   ((VL53L0X_PowerModes) 0)

Standby level 1

Definition at line 220 of file vl53l0x_def.h.

#define VL53L0X_POWERMODE_STANDBY_LEVEL2   ((VL53L0X_PowerModes) 1)

Standby level 2

Definition at line 222 of file vl53l0x_def.h.

#define VL53L0X_POWERMODE_IDLE_LEVEL1   ((VL53L0X_PowerModes) 2)

Idle level 1

Definition at line 224 of file vl53l0x_def.h.

#define VL53L0X_POWERMODE_IDLE_LEVEL2   ((VL53L0X_PowerModes) 3)

Idle level 2

Definition at line 226 of file vl53l0x_def.h.

Typedef Documentation

Definition at line 218 of file vl53l0x_def.h.