Home
last modified time | relevance | path

Searched defs:Dev (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api.c274 VL53L0X_DEV Dev, int16_t LinearityCorrectiveGain) in VL53L0X_SetLinearityCorrectiveGain()
296 VL53L0X_DEV Dev, uint16_t *pLinearityCorrectiveGain) in VL53L0X_GetLinearityCorrectiveGain()
362 VL53L0X_Error VL53L0X_DataInit(VL53L0X_DEV Dev) in VL53L0X_DataInit()
517 VL53L0X_DEV Dev, uint8_t **ppTuningSettingBuffer, in VL53L0X_GetTuningSettingBuffer()
531 VL53L0X_Error VL53L0X_StaticInit(VL53L0X_DEV Dev) in VL53L0X_StaticInit()
698 VL53L0X_Error VL53L0X_ResetDevice(VL53L0X_DEV Dev) in VL53L0X_ResetDevice()
1343 VL53L0X_DEV Dev, uint8_t XTalkCompensationEnable) in VL53L0X_SetXTalkCompensationEnable()
1977 VL53L0X_DEV Dev, uint16_t *pRangeMilliMeter, in VL53L0X_GetDmaxCalParameters()
2026 VL53L0X_DEV Dev, in VL53L0X_PerformSingleHistogramMeasurement()
2066 VL53L0X_DEV Dev, FixPoint1616_t XTalkCalDistance, in VL53L0X_PerformXTalkCalibration()
[all …]
A Dvl53l0x_api_calibration.c52 VL53L0X_DEV Dev, FixPoint1616_t XTalkCalDistance, in VL53L0X_perform_xtalk_calibration()
185 VL53L0X_DEV Dev, FixPoint1616_t CalDistanceMilliMeter, in VL53L0X_perform_offset_calibration()
283 VL53L0X_DEV Dev, int32_t OffsetCalibrationDataMicroMeter) in VL53L0X_set_offset_calibration_data_micro_meter()
316 VL53L0X_DEV Dev, int32_t *pOffsetCalibrationDataMicroMeter) in VL53L0X_get_offset_calibration_data_micro_meter()
344 VL53L0X_Error VL53L0X_apply_offset_adjustment(VL53L0X_DEV Dev) in VL53L0X_apply_offset_adjustment()
607 VL53L0X_Error perform_ref_signal_measurement(VL53L0X_DEV Dev, in perform_ref_signal_measurement()
652 VL53L0X_Error VL53L0X_perform_ref_spad_management(VL53L0X_DEV Dev, in VL53L0X_perform_ref_spad_management()
1030 VL53L0X_DEV Dev, uint8_t read_not_write, uint8_t VhvSettings, in VL53L0X_ref_calibration_io()
1064 VL53L0X_Error VL53L0X_perform_vhv_calibration(VL53L0X_DEV Dev, in VL53L0X_perform_vhv_calibration()
1152 VL53L0X_Error VL53L0X_perform_ref_calibration(VL53L0X_DEV Dev, in VL53L0X_perform_ref_calibration()
[all …]
A Dvl53l0x_api_core.c61 VL53L0X_Error VL53L0X_measurement_poll_for_completion(VL53L0X_DEV Dev) in VL53L0X_measurement_poll_for_completion()
178 VL53L0X_Error VL53L0X_device_read_strobe(VL53L0X_DEV Dev) in VL53L0X_device_read_strobe()
443 uint32_t VL53L0X_calc_macro_period_ps(VL53L0X_DEV Dev, in VL53L0X_calc_macro_period_ps()
540 VL53L0X_Error get_sequence_step_timeout(VL53L0X_DEV Dev, in get_sequence_step_timeout()
643 VL53L0X_Error set_sequence_step_timeout(VL53L0X_DEV Dev, in set_sequence_step_timeout()
770 VL53L0X_DEV Dev, VL53L0X_VcselPeriod VcselPeriodType, in VL53L0X_set_vcsel_pulse_period()
988 VL53L0X_DEV Dev, VL53L0X_VcselPeriod VcselPeriodType, in VL53L0X_get_vcsel_pulse_period()
1017 VL53L0X_DEV Dev, uint32_t MeasurementTimingBudgetMicroSeconds) in VL53L0X_set_measurement_timing_budget_micro_seconds()
1154 VL53L0X_DEV Dev, uint32_t *pMeasurementTimingBudgetMicroSeconds) in VL53L0X_get_measurement_timing_budget_micro_seconds()
1235 VL53L0X_Error VL53L0X_load_tuning_settings(VL53L0X_DEV Dev, in VL53L0X_load_tuning_settings()
[all …]
A Dvl53l0x_api_strings.c45 VL53L0X_Error VL53L0X_check_part_used(VL53L0X_DEV Dev, uint8_t *Revision, in VL53L0X_check_part_used()
74 VL53L0X_Error VL53L0X_get_device_info(VL53L0X_DEV Dev, in VL53L0X_get_device_info()
405 VL53L0X_Error VL53L0X_get_limit_check_info(VL53L0X_DEV Dev, in VL53L0X_get_limit_check_info()
A Dvl53l0x_def.h574 #define VL53L0X_SETPARAMETERFIELD(Dev, field, value) \ argument
577 #define VL53L0X_GETPARAMETERFIELD(Dev, field, variable) \ argument
581 #define VL53L0X_SETARRAYPARAMETERFIELD(Dev, field, index, value) \ argument
584 #define VL53L0X_GETARRAYPARAMETERFIELD(Dev, field, index, variable) \ argument
588 #define VL53L0X_SETDEVICESPECIFICPARAMETER(Dev, field, value) \ argument
591 #define VL53L0X_GETDEVICESPECIFICPARAMETER(Dev, field) \ argument
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/
A Dvl53l0x_platform.c29 VL53L0X_Error VL53L0X_RdByte(VL53L0X_DEV Dev, uint8_t index, uint8_t *data) in VL53L0X_RdByte()
46 VL53L0X_Error VL53L0X_WriteMulti(VL53L0X_DEV Dev, uint8_t index, uint8_t *pdata, in VL53L0X_WriteMulti()
62 VL53L0X_Error VL53L0X_ReadMulti(VL53L0X_DEV Dev, uint8_t index, uint8_t *pdata, in VL53L0X_ReadMulti()
79 VL53L0X_Error VL53L0X_RdWord(VL53L0X_DEV Dev, uint8_t index, uint16_t *data) in VL53L0X_RdWord()
97 VL53L0X_Error VL53L0X_RdDWord(VL53L0X_DEV Dev, uint8_t index, uint32_t *data) in VL53L0X_RdDWord()
117 VL53L0X_Error VL53L0X_WrByte(VL53L0X_DEV Dev, uint8_t index, uint8_t data) in VL53L0X_WrByte()
132 VL53L0X_Error VL53L0X_WrWord(VL53L0X_DEV Dev, uint8_t index, uint16_t data) in VL53L0X_WrWord()
149 VL53L0X_Error VL53L0X_WrDWord(VL53L0X_DEV Dev, uint8_t index, uint32_t data) in VL53L0X_WrDWord()
168 VL53L0X_Error VL53L0X_UpdateByte(VL53L0X_DEV Dev, uint8_t index, in VL53L0X_UpdateByte()
186 VL53L0X_Error VL53L0X_PollingDelay(VL53L0X_DEV Dev) in VL53L0X_PollingDelay()
A Dvl53l0x_platform.h79 #define PALDevDataGet(Dev, field) (Dev->Data.field) argument
88 #define PALDevDataSet(Dev, field, data) (Dev->Data.field) = (data) argument
A Ddrv_ps_st_vl53l0x.c33 VL53L0X_Dev_t Dev = { .I2cDevAddr = PROXIMITY_I2C_ADDRESS }; variable
126 void SetupSingleShot(VL53L0X_Dev_t Dev) in SetupSingleShot()

Completed in 31 milliseconds