Searched refs:decoded_value (Results 1 – 1 of 1) sorted by relevance
1399 uint32_t decoded_value = 0; in VL53L1_decode_unsigned_integer() local1402 decoded_value = (decoded_value << 8) + (uint32_t)pbuffer[i]; in VL53L1_decode_unsigned_integer()1405 return decoded_value; in VL53L1_decode_unsigned_integer()