Searched refs:PhaseCal (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_api_calibration.c | 673 uint8_t PhaseCal = 0; in VL53L0X_perform_ref_spad_management() local 1031 uint8_t PhaseCal, uint8_t *pVhvSettings, uint8_t *pPhaseCal, in VL53L0X_ref_calibration_io() argument 1051 Status |= VL53L0X_UpdateByte(Dev, 0xEE, 0x80, PhaseCal); in VL53L0X_ref_calibration_io() 1072 uint8_t PhaseCal = 0; in VL53L0X_perform_vhv_calibration() local 1091 PhaseCal, /* Not used here */ in VL53L0X_perform_vhv_calibration() 1116 uint8_t PhaseCal = 0; in VL53L0X_perform_phase_calibration() local 1135 PhaseCal, /* Not used here */ in VL53L0X_perform_phase_calibration() 1189 uint8_t PhaseCal) in VL53L0X_set_ref_calibration() argument 1195 Status = VL53L0X_ref_calibration_io(Dev, 0, VhvSettings, PhaseCal, in VL53L0X_set_ref_calibration() 1207 uint8_t PhaseCal = 0; in VL53L0X_get_ref_calibration() local [all …]
|
A D | vl53l0x_api_calibration.h | 79 uint8_t PhaseCal);
|
A D | vl53l0x_api.h | 1017 uint8_t PhaseCal);
|
A D | vl53l0x_api.c | 1461 uint8_t PhaseCal) in VL53L0X_SetRefCalibration() argument 1466 Status = VL53L0X_set_ref_calibration(Dev, VhvSettings, PhaseCal); in VL53L0X_SetRefCalibration()
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/ |
A D | drv_ps_st_vl53l0x.c | 130 uint8_t PhaseCal; in SetupSingleShot() local 147 status = VL53L0X_PerformRefCalibration(&Dev, &VhvSettings, &PhaseCal); in SetupSingleShot()
|
Completed in 13 milliseconds