Home
last modified time | relevance | path

Searched refs:get_data_enable (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_calibration.h69 VL53L0X_DEV Dev, uint8_t *pPhaseCal, const uint8_t get_data_enable,
75 uint8_t get_data_enable);
A Dvl53l0x_api_calibration.c1066 const uint8_t get_data_enable, in VL53L0X_perform_vhv_calibration() argument
1089 if ((Status == VL53L0X_ERROR_NONE) && (get_data_enable == 1)) { in VL53L0X_perform_vhv_calibration()
1110 const uint8_t get_data_enable, in VL53L0X_perform_phase_calibration() argument
1133 if ((Status == VL53L0X_ERROR_NONE) && (get_data_enable == 1)) { in VL53L0X_perform_phase_calibration()
1155 uint8_t get_data_enable) in VL53L0X_perform_ref_calibration() argument
1169 VL53L0X_perform_vhv_calibration(Dev, pVhvSettings, get_data_enable, 0); in VL53L0X_perform_ref_calibration()
1174 VL53L0X_perform_phase_calibration(Dev, pPhaseCal, get_data_enable, 0); in VL53L0X_perform_ref_calibration()

Completed in 5 milliseconds