Searched refs:VhvSettings (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 | 672 uint8_t VhvSettings = 0; in VL53L0X_perform_ref_spad_management() local 739 VL53L0X_perform_ref_calibration(Dev, &VhvSettings, &PhaseCal, 0); in VL53L0X_perform_ref_spad_management() 1030 VL53L0X_DEV Dev, uint8_t read_not_write, uint8_t VhvSettings, in VL53L0X_ref_calibration_io() argument 1049 Status |= VL53L0X_WrByte(Dev, 0xCB, VhvSettings); in VL53L0X_ref_calibration_io() 1071 uint8_t VhvSettings = 0; in VL53L0X_perform_vhv_calibration() local 1090 Status = VL53L0X_ref_calibration_io(Dev, 1, VhvSettings, in VL53L0X_perform_vhv_calibration() 1115 uint8_t VhvSettings = 0; in VL53L0X_perform_phase_calibration() local 1134 Status = VL53L0X_ref_calibration_io(Dev, 1, VhvSettings, in VL53L0X_perform_phase_calibration() 1195 Status = VL53L0X_ref_calibration_io(Dev, 0, VhvSettings, PhaseCal, in VL53L0X_set_ref_calibration() 1206 uint8_t VhvSettings = 0; in VL53L0X_get_ref_calibration() local [all …]
|
A D | vl53l0x_api_calibration.h | 78 uint8_t VhvSettings,
|
A D | vl53l0x_api.h | 1016 uint8_t VhvSettings,
|
A D | vl53l0x_api.c | 1460 VL53L0X_Error VL53L0X_SetRefCalibration(VL53L0X_DEV Dev, uint8_t VhvSettings, 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 | 129 uint8_t VhvSettings; in SetupSingleShot() local 147 status = VL53L0X_PerformRefCalibration(&Dev, &VhvSettings, &PhaseCal); in SetupSingleShot()
|
Completed in 13 milliseconds