Searched refs:VL53L0X_SETPARAMETERFIELD (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_api.c | 401 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationRateMegaCps, 0); in VL53L0X_DataInit() 865 VL53L0X_SETPARAMETERFIELD(Dev, DeviceMode, DeviceMode); in VL53L0X_SetDeviceMode() 1367 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationEnable, 0); in VL53L0X_SetXTalkCompensationEnable() 1369 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationEnable, 1); in VL53L0X_SetXTalkCompensationEnable() 1404 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationRateMegaCps, in VL53L0X_SetXTalkCompensationRateMegaCps() 1419 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationRateMegaCps, in VL53L0X_SetXTalkCompensationRateMegaCps() 1446 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationEnable, 0); in VL53L0X_GetXTalkCompensationRateMegaCps() 1450 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationRateMegaCps, in VL53L0X_GetXTalkCompensationRateMegaCps() 1452 VL53L0X_SETPARAMETERFIELD(Dev, XTalkCompensationEnable, 1); in VL53L0X_GetXTalkCompensationRateMegaCps() 1909 VL53L0X_SETPARAMETERFIELD(Dev, WrapAroundCheckEnable, in VL53L0X_SetWrapAroundCheckEnable() [all …]
|
A D | vl53l0x_def.h | 574 #define VL53L0X_SETPARAMETERFIELD(Dev, field, value) \ macro
|
A D | vl53l0x_api_calibration.c | 264 VL53L0X_SETPARAMETERFIELD(Dev, RangeOffsetMicroMeters, in VL53L0X_perform_offset_calibration() 376 VL53L0X_SETPARAMETERFIELD(Dev, RangeOffsetMicroMeters, in VL53L0X_apply_offset_adjustment()
|
A D | vl53l0x_api_core.c | 1144 VL53L0X_SETPARAMETERFIELD(Dev, MeasurementTimingBudgetMicroSeconds, in VL53L0X_set_measurement_timing_budget_micro_seconds() 1226 VL53L0X_SETPARAMETERFIELD(Dev, MeasurementTimingBudgetMicroSeconds, in VL53L0X_get_measurement_timing_budget_micro_seconds()
|
Completed in 16 milliseconds