Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_calibration.c685 uint32_t currentSpadIndex = 0; in VL53L0X_perform_ref_spad_management() local
768 currentSpadIndex = 0; in VL53L0X_perform_ref_spad_management()
769 lastSpadIndex = currentSpadIndex; in VL53L0X_perform_ref_spad_management()
777 currentSpadIndex, in VL53L0X_perform_ref_spad_management()
783 currentSpadIndex = lastSpadIndex; in VL53L0X_perform_ref_spad_management()
797 while ((is_aperture(startSelect + currentSpadIndex) in VL53L0X_perform_ref_spad_management()
798 == 0) && (currentSpadIndex < maxSpadCount)) { in VL53L0X_perform_ref_spad_management()
799 currentSpadIndex++; in VL53L0X_perform_ref_spad_management()
810 currentSpadIndex, in VL53L0X_perform_ref_spad_management()
815 currentSpadIndex = lastSpadIndex; in VL53L0X_perform_ref_spad_management()
[all …]