Searched refs:PhaseCal (Results 1 – 4 of 4) sorted by relevance
/hal_st-3.6.0/sensor/vl53l0x/api/core/src/ |
D | vl53l0x_api_calibration.c | 697 uint8_t PhaseCal = 0; in VL53L0X_perform_ref_spad_management() local 764 &PhaseCal, 0); in VL53L0X_perform_ref_spad_management() 1089 uint8_t VhvSettings, uint8_t PhaseCal, in VL53L0X_ref_calibration_io() argument 1110 Status |= VL53L0X_UpdateByte(Dev, 0xEE, 0x80, PhaseCal); in VL53L0X_ref_calibration_io() 1130 uint8_t PhaseCal = 0; in VL53L0X_perform_vhv_calibration() local 1149 VhvSettings, PhaseCal, /* Not used here */ in VL53L0X_perform_vhv_calibration() 1175 uint8_t PhaseCal = 0; in VL53L0X_perform_phase_calibration() local 1194 VhvSettings, PhaseCal, /* Not used here */ in VL53L0X_perform_phase_calibration() 1249 uint8_t VhvSettings, uint8_t PhaseCal) in VL53L0X_set_ref_calibration() argument 1256 VhvSettings, PhaseCal, in VL53L0X_set_ref_calibration() [all …]
|
D | vl53l0x_api.c | 1514 uint8_t PhaseCal) in VL53L0X_SetRefCalibration() argument 1519 Status = VL53L0X_set_ref_calibration(Dev, VhvSettings, PhaseCal); in VL53L0X_SetRefCalibration()
|
/hal_st-3.6.0/sensor/vl53l0x/api/core/inc/ |
D | vl53l0x_api_calibration.h | 73 uint8_t VhvSettings, uint8_t PhaseCal);
|
D | vl53l0x_api.h | 984 uint8_t VhvSettings, uint8_t PhaseCal);
|