Searched refs:VL53L0X_REG_SYSRANGE_START (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_device.h | 124 #define VL53L0X_REG_SYSRANGE_START 0x000 macro
|
A D | vl53l0x_api.c | 2145 Status = VL53L0X_WrByte(Dev, VL53L0X_REG_SYSRANGE_START, 0x01); in VL53L0X_StartMeasurement() 2153 Status = VL53L0X_RdByte(Dev, VL53L0X_REG_SYSRANGE_START, in VL53L0X_StartMeasurement() 2172 Status = VL53L0X_WrByte(Dev, VL53L0X_REG_SYSRANGE_START, in VL53L0X_StartMeasurement() 2185 Status = VL53L0X_WrByte(Dev, VL53L0X_REG_SYSRANGE_START, in VL53L0X_StartMeasurement() 2208 Status = VL53L0X_WrByte(Dev, VL53L0X_REG_SYSRANGE_START, 0x00); in VL53L0X_StopMeasurement()
|
A D | vl53l0x_api_calibration.c | 1013 VL53L0X_WrByte(Dev, VL53L0X_REG_SYSRANGE_START, in VL53L0X_perform_single_ref_calibration() 1023 Status = VL53L0X_WrByte(Dev, VL53L0X_REG_SYSRANGE_START, 0x00); in VL53L0X_perform_single_ref_calibration()
|
Completed in 11 milliseconds