Searched refs:PALDevDataGet (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_api.c | 186 *pPalState = PALDevDataGet(Dev, PalState); in VL53L0X_GetPalState() 301 *pLinearityCorrectiveGain = PALDevDataGet(Dev, LinearityCorrectiveGain); in VL53L0X_GetLinearityCorrectiveGain() 338 LastRangeDataBuffer = PALDevDataGet(Dev, LastRangeMeasure); in VL53L0X_GetTotalSignalRate() 569 PALDevDataGet(Dev, UseInternalTuningSettings); in VL53L0X_StaticInit() 1351 LinearityCorrectiveGain = PALDevDataGet(Dev, LinearityCorrectiveGain); in VL53L0X_SetXTalkCompensationEnable() 1401 LinearityCorrectiveGain = PALDevDataGet(Dev, LinearityCorrectiveGain); in VL53L0X_SetXTalkCompensationRateMegaCps() 1835 *pLimitCheckCurrent = PALDevDataGet(Dev, SigmaEstimate); in VL53L0X_GetLimitCheckCurrent() 1984 *pRangeMilliMeter = PALDevDataGet(Dev, DmaxCalRangeMilliMeter); in VL53L0X_GetDmaxCalParameters() 2329 RangeFractionalEnable = PALDevDataGet(Dev, RangeFractionalEnable); in VL53L0X_GetRangingMeasurementData() 2389 LastRangeDataBuffer = PALDevDataGet(Dev, LastRangeMeasure); in VL53L0X_GetRangingMeasurementData() [all …]
|
A D | vl53l0x_def.h | 578 variable = PALDevDataGet(Dev, CurrentParameters).field 585 variable = PALDevDataGet(Dev, CurrentParameters).field[index] 592 PALDevDataGet(Dev, DeviceSpecificParameters).field
|
A D | vl53l0x_api_calibration.c | 369 (int32_t)PALDevDataGet(Dev, Part2PartOffsetAdjustmentNVMMicroMeter); in VL53L0X_apply_offset_adjustment() 619 SequenceConfig = PALDevDataGet(Dev, SequenceConfig); in perform_ref_signal_measurement() 700 targetRefRate = PALDevDataGet(Dev, targetRefRate); in VL53L0X_perform_ref_spad_management() 1080 SequenceConfig = PALDevDataGet(Dev, SequenceConfig); in VL53L0X_perform_vhv_calibration() 1124 SequenceConfig = PALDevDataGet(Dev, SequenceConfig); in VL53L0X_perform_phase_calibration() 1164 SequenceConfig = PALDevDataGet(Dev, SequenceConfig); in VL53L0X_perform_ref_calibration()
|
A D | vl53l0x_api_core.c | 1405 dmaxCalRange_mm = PALDevDataGet(Dev, DmaxCalRangeMilliMeter); in VL53L0X_calc_dmax() 1407 dmaxCalSignalRateRtn_mcps = PALDevDataGet(Dev, DmaxCalSignalRateRtnMegaCps); in VL53L0X_calc_dmax()
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/ |
A D | vl53l0x_platform.h | 79 #define PALDevDataGet(Dev, field) (Dev->Data.field) macro
|
Completed in 15 milliseconds