Searched refs:ReadDataFromDeviceDone (Results 1 – 3 of 3) sorted by relevance
228 uint8_t ReadDataFromDeviceDone; in VL53L0X_get_info_from_device() local236 ReadDataFromDeviceDone = in VL53L0X_get_info_from_device()237 VL53L0X_GETDEVICESPECIFICPARAMETER(Dev, ReadDataFromDeviceDone); in VL53L0X_get_info_from_device()241 if (ReadDataFromDeviceDone != 7) { in VL53L0X_get_info_from_device()257 if (((option & 1) == 1) && ((ReadDataFromDeviceDone & 1) == 0)) { in VL53L0X_get_info_from_device()283 if (((option & 2) == 2) && ((ReadDataFromDeviceDone & 2) == 0)) { in VL53L0X_get_info_from_device()343 if (((option & 4) == 4) && ((ReadDataFromDeviceDone & 4) == 0)) { in VL53L0X_get_info_from_device()391 if (((option & 1) == 1) && ((ReadDataFromDeviceDone & 1) == 0)) { in VL53L0X_get_info_from_device()403 if (((option & 2) == 2) && ((ReadDataFromDeviceDone & 2) == 0)) { in VL53L0X_get_info_from_device()412 if (((option & 4) == 4) && ((ReadDataFromDeviceDone & 4) == 0)) { in VL53L0X_get_info_from_device()[all …]
417 uint8_t ReadDataFromDeviceDone; /* Indicate if read from device has member
381 VL53L0X_SETDEVICESPECIFICPARAMETER(Dev, ReadDataFromDeviceDone, 0); in VL53L0X_DataInit()
Completed in 13 milliseconds