Searched refs:ip_value (Results 1 – 2 of 2) sorted by relevance
/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/ |
D | vl53l1_core.h | 188 uint16_t ip_value, 220 int16_t ip_value, 252 uint32_t ip_value, 306 int32_t ip_value, 664 uint32_t ip_value,
|
/hal_st-3.6.0/sensor/vl53l1x/api/core/src/ |
D | vl53l1_core.c | 520 uint16_t ip_value, in VL53L1_i2c_encode_uint16_t() argument 532 data = ip_value; in VL53L1_i2c_encode_uint16_t() 560 int16_t ip_value, in VL53L1_i2c_encode_int16_t() argument 572 data = ip_value; in VL53L1_i2c_encode_int16_t() 604 uint32_t ip_value, in VL53L1_i2c_encode_uint32_t() argument 616 data = ip_value; in VL53L1_i2c_encode_uint32_t() 676 int32_t ip_value, in VL53L1_i2c_encode_int32_t() argument 688 data = ip_value; in VL53L1_i2c_encode_int32_t() 1410 uint32_t ip_value, in VL53L1_encode_unsigned_integer() argument 1421 data = ip_value; in VL53L1_encode_unsigned_integer()
|