Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c224 uint32_t DistMeasFixed1104_400_mm = 0; in VL53L0X_get_info_from_device() local
369 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