Searched refs:VL53L0X_DeviceError (Results 1 – 6 of 6) sorted by relevance
55 typedef uint8_t VL53L0X_DeviceError; typedef57 #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 …]
44 VL53L0X_Error VL53L0X_get_device_error_string(VL53L0X_DeviceError ErrorCode,
131 VL53L0X_DEV Dev, VL53L0X_DeviceError *pDeviceErrorStatus);160 VL53L0X_DeviceError ErrorCode, char *pDeviceErrorString);
369 VL53L0X_DeviceError ErrorStatus;
118 VL53L0X_Error VL53L0X_get_device_error_string(VL53L0X_DeviceError ErrorCode, in VL53L0X_get_device_error_string()
116 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