Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1399 uint32_t decoded_value = 0; in VL53L1_decode_unsigned_integer() local
1402 decoded_value = (decoded_value << 8) + (uint32_t)pbuffer[i]; in VL53L1_decode_unsigned_integer()
1405 return decoded_value; in VL53L1_decode_unsigned_integer()