Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_calibration.c389 uint32_t cSpadsPerByte = 8; in get_next_good_spad() local
405 startIndex = curr / cSpadsPerByte; in get_next_good_spad()
406 fineOffset = curr % cSpadsPerByte; in get_next_good_spad()
420 while (fineIndex < cSpadsPerByte) { in get_next_good_spad()
423 *next = coarseIndex * cSpadsPerByte + fineIndex; in get_next_good_spad()
453 uint32_t cSpadsPerByte = 8; in enable_spad_bit() local
457 coarseIndex = spadIndex / cSpadsPerByte; in enable_spad_bit()
458 fineIndex = spadIndex % cSpadsPerByte; in enable_spad_bit()
473 uint32_t cSpadsPerByte = 8; in count_enabled_spads() local
485 lastByte = maxSpads / cSpadsPerByte; in count_enabled_spads()
[all …]

Completed in 4 milliseconds