Home
last modified time | relevance | path

Searched refs:VL53L0X_DeviceError (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_device.h55 typedef uint8_t VL53L0X_DeviceError; typedef
57 #define VL53L0X_DEVICEERROR_NONE ((VL53L0X_DeviceError)0)
61 #define VL53L0X_DEVICEERROR_NOVHVVALUEFOUND ((VL53L0X_DeviceError)3)
62 #define VL53L0X_DEVICEERROR_MSRCNOTARGET ((VL53L0X_DeviceError)4)
63 #define VL53L0X_DEVICEERROR_SNRCHECK ((VL53L0X_DeviceError)5)
64 #define VL53L0X_DEVICEERROR_RANGEPHASECHECK ((VL53L0X_DeviceError)6)
66 #define VL53L0X_DEVICEERROR_TCC ((VL53L0X_DeviceError)8)
68 #define VL53L0X_DEVICEERROR_MINCLIP ((VL53L0X_DeviceError)10)
69 #define VL53L0X_DEVICEERROR_RANGECOMPLETE ((VL53L0X_DeviceError)11)
70 #define VL53L0X_DEVICEERROR_ALGOUNDERFLOW ((VL53L0X_DeviceError)12)
[all …]
A Dvl53l0x_api_strings.h44 VL53L0X_Error VL53L0X_get_device_error_string(VL53L0X_DeviceError ErrorCode,
A Dvl53l0x_api.h131 VL53L0X_DEV Dev, VL53L0X_DeviceError *pDeviceErrorStatus);
160 VL53L0X_DeviceError ErrorCode, char *pDeviceErrorString);
A Dvl53l0x_def.h369 VL53L0X_DeviceError ErrorStatus;
A Dvl53l0x_api_strings.c118 VL53L0X_Error VL53L0X_get_device_error_string(VL53L0X_DeviceError ErrorCode, in VL53L0X_get_device_error_string()
A Dvl53l0x_api.c116 VL53L0X_DEV Dev, VL53L0X_DeviceError *pDeviceErrorStatus) in VL53L0X_GetDeviceErrorStatus()
125 *pDeviceErrorStatus = (VL53L0X_DeviceError)((RangeStatus & 0x78) >> 3); in VL53L0X_GetDeviceErrorStatus()
132 VL53L0X_Error VL53L0X_GetDeviceErrorString(VL53L0X_DeviceError ErrorCode, in VL53L0X_GetDeviceErrorString()

Completed in 15 milliseconds