Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/vl53l1x/api/core/src/
Dvl53l1_wait.c211 uint8_t data_ready = 0; in VL53L1_wait_for_range_completion() local
228 data_ready = 0; in VL53L1_wait_for_range_completion()
229 while (data_ready == 0x00 && status == VL53L1_ERROR_NONE) { in VL53L1_wait_for_range_completion()
232 &data_ready); in VL53L1_wait_for_range_completion()
258 uint8_t data_ready = 0; in VL53L1_wait_for_test_completion() local
275 data_ready = 0; in VL53L1_wait_for_test_completion()
276 while (data_ready == 0x00 && status == VL53L1_ERROR_NONE) { in VL53L1_wait_for_test_completion()
279 &data_ready); in VL53L1_wait_for_test_completion()