Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_api.h178 uint8_t DeviceAddress);
/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api.c710 VL53L1_Error VL53L1_SetDeviceAddress(VL53L1_DEV Dev, uint8_t DeviceAddress) in VL53L1_SetDeviceAddress() argument
719 DeviceAddress / 2); in VL53L1_SetDeviceAddress()
721 pdata->i2c_slave__device_address = (DeviceAddress / 2) & 0x7F; in VL53L1_SetDeviceAddress()
/hal_st-3.6.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_api.h378 uint8_t DeviceAddress);
/hal_st-3.6.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api.c355 VL53L0X_Error VL53L0X_SetDeviceAddress(VL53L0X_DEV Dev, uint8_t DeviceAddress) in VL53L0X_SetDeviceAddress() argument
361 DeviceAddress / 2); in VL53L0X_SetDeviceAddress()