Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_calibration.c478 uint8_t tempByte; in count_enabled_spads() local
496 tempByte = spadArray[byteIndex]; in count_enabled_spads()
499 if ((tempByte & 0x01) == 1) { in count_enabled_spads()
509 tempByte >>= 1; in count_enabled_spads()
516 tempByte = spadArray[lastByte]; in count_enabled_spads()
519 if ((tempByte & 0x01) == 1) in count_enabled_spads()

Completed in 4 milliseconds