Searched refs:DistMeasFixed1104_400_mm (Results 1 – 1 of 1) sorted by relevance
224 uint32_t DistMeasFixed1104_400_mm = 0; in VL53L0X_get_info_from_device() local369 DistMeasFixed1104_400_mm = (TmpDWord & 0x0000000ff) << 8; in VL53L0X_get_info_from_device()375 DistMeasFixed1104_400_mm |= ((TmpDWord & 0xff000000) >> 24); in VL53L0X_get_info_from_device()424 if (DistMeasFixed1104_400_mm != 0) { in VL53L0X_get_info_from_device()426 DistMeasFixed1104_400_mm - DistMeasTgtFixed1104_mm; in VL53L0X_get_info_from_device()
Completed in 5 milliseconds