Home
last modified time | relevance | path

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

/hal_st-2.7.6/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c549 uint16_t value = 0x00; in VL53L1_i2c_decode_uint16_t() local
552 value = (value << 8) | (uint16_t)*pbuffer++; in VL53L1_i2c_decode_uint16_t()
555 return value; in VL53L1_i2c_decode_uint16_t()
589 int16_t value = 0x00; in VL53L1_i2c_decode_int16_t() local
593 value = 0xFFFF; in VL53L1_i2c_decode_int16_t()
597 value = (value << 8) | (int16_t)*pbuffer++; in VL53L1_i2c_decode_int16_t()
600 return value; in VL53L1_i2c_decode_int16_t()
633 uint32_t value = 0x00; in VL53L1_i2c_decode_uint32_t() local
636 value = (value << 8) | (uint32_t)*pbuffer++; in VL53L1_i2c_decode_uint32_t()
639 return value; in VL53L1_i2c_decode_uint32_t()
[all …]
Dvl53l1_api.c1405 FixPoint1616_t value) in SetLimitValue() argument
1414 tmpuint16 = VL53L1_FIXPOINT1616TOFIXPOINT142(value); in SetLimitValue()
1418 tmpuint16 = VL53L1_FIXPOINT1616TOFIXPOINT97(value); in SetLimitValue()
Dvl53l1_api_core.c814 uint8_t value) in VL53L1_set_sequence_config_bit() argument
827 uint8_t bit_value = value & bit_mask; in VL53L1_set_sequence_config_bit()
/hal_st-2.7.6/sensor/vl53l1x/api/core/inc/
Dvl53l1_def.h567 #define VL53L1_SETPARAMETERFIELD(Dev, field, value) \ argument
568 (VL53L1DevDataSet(Dev, CurrentParameters.field, value))
574 #define VL53L1_SETARRAYPARAMETERFIELD(Dev, field, index, value) \ argument
575 (VL53L1DevDataSet(Dev, CurrentParameters.field[index], value))
581 #define VL53L1_SETDEVICESPECIFICPARAMETER(Dev, field, value) \ argument
582 (VL53L1DevDataSet(Dev, DeviceSpecificParameters.field, value))
Dvl53l1_core.h359 uint8_t value);
405 uint8_t value);
Dvl53l1_api_core.h348 uint8_t value);
/hal_st-2.7.6/sensor/vl53l0x/api/core/inc/
Dvl53l0x_def.h566 #define VL53L0X_SETPARAMETERFIELD(Dev, field, value) \ argument
567 PALDevDataSet(Dev, CurrentParameters.field, value)
573 #define VL53L0X_SETARRAYPARAMETERFIELD(Dev, field, index, value) \ argument
574 PALDevDataSet(Dev, CurrentParameters.field[index], value)
580 #define VL53L0X_SETDEVICESPECIFICPARAMETER(Dev, field, value) \ argument
581 PALDevDataSet(Dev, DeviceSpecificParameters.field, value)