Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c228 uint8_t ReadDataFromDeviceDone; in VL53L0X_get_info_from_device() local
236 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 …]
A Dvl53l0x_def.h417 uint8_t ReadDataFromDeviceDone; /* Indicate if read from device has member
A Dvl53l0x_api.c381 VL53L0X_SETDEVICESPECIFICPARAMETER(Dev, ReadDataFromDeviceDone, 0); in VL53L0X_DataInit()

Completed in 13 milliseconds