Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1392 uint8_t no_of_bytes) in VL53L1_decode_unsigned_integer() argument
1401 for (i = 0 ; i < no_of_bytes ; i++) { in VL53L1_decode_unsigned_integer()
1411 uint8_t no_of_bytes, in VL53L1_encode_unsigned_integer() argument
1422 for (i = 0; i < no_of_bytes ; i++) { in VL53L1_encode_unsigned_integer()
1423 pbuffer[no_of_bytes-i-1] = data & 0x00FF; in VL53L1_encode_unsigned_integer()
/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_core.h651 uint8_t no_of_bytes);
665 uint8_t no_of_bytes,