Home
last modified time | relevance | path

Searched refs:VL53L0X_POWERMODE_STANDBY_LEVEL1 (Results 1 – 2 of 2) sorted by relevance

/hal_st-3.4.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api.c199 if ((PowerMode != VL53L0X_POWERMODE_STANDBY_LEVEL1) in VL53L0X_SetPowerMode()
202 } else if (PowerMode == VL53L0X_POWERMODE_STANDBY_LEVEL1) { in VL53L0X_SetPowerMode()
209 VL53L0X_POWERMODE_STANDBY_LEVEL1); in VL53L0X_SetPowerMode()
243 VL53L0X_POWERMODE_STANDBY_LEVEL1); in VL53L0X_GetPowerMode()
/hal_st-3.4.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_def.h220 #define VL53L0X_POWERMODE_STANDBY_LEVEL1 ((VL53L0X_PowerModes) 0) macro