Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
vl53l1_platform.c File Reference
#include "vl53l1_platform.h"
#include <string.h>
#include <time.h>
#include <math.h>
#include <assert.h>
+ Include dependency graph for vl53l1_platform.c:

Go to the source code of this file.

Functions

int8_t VL53L1_WriteMulti (VL53L1_DEV dev, uint16_t index, uint8_t *pdata, uint32_t count)
 VL53L1_WriteMulti() definition. More...
 
int8_t VL53L1_ReadMulti (VL53L1_DEV dev, uint16_t index, uint8_t *pdata, uint32_t count)
 VL53L1_ReadMulti() definition. More...
 
int8_t VL53L1_WrByte (VL53L1_DEV dev, uint16_t index, uint8_t data)
 VL53L1_WrByte() definition. More...
 
int8_t VL53L1_WrWord (VL53L1_DEV dev, uint16_t index, uint16_t data)
 VL53L1_WrWord() definition. More...
 
int8_t VL53L1_WrDWord (VL53L1_DEV dev, uint16_t index, uint32_t data)
 VL53L1_WrDWord() definition. More...
 
int8_t VL53L1_RdByte (VL53L1_DEV dev, uint16_t index, uint8_t *data)
 VL53L1_RdByte() definition. More...
 
int8_t VL53L1_RdWord (VL53L1_DEV dev, uint16_t index, uint16_t *data)
 VL53L1_RdWord() definition. More...
 
int8_t VL53L1_RdDWord (VL53L1_DEV dev, uint16_t index, uint32_t *data)
 VL53L1_RdDWord() definition. More...
 

Function Documentation

int8_t VL53L1_RdByte ( VL53L1_DEV  dev,
uint16_t  index,
uint8_t pdata 
)
int8_t VL53L1_RdDWord ( VL53L1_DEV  dev,
uint16_t  index,
uint32_t pdata 
)

VL53L1_RdDWord() definition.


To be implemented by the developer

Definition at line 102 of file vl53l1_platform.c.

References VL53L1_ReadMulti().

Referenced by VL53L1X_GetInterMeasurementInMs(), and VL53L1X_GetXtalk().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int8_t VL53L1_ReadMulti ( VL53L1_DEV  dev,
uint16_t  index,
uint8_t pdata,
uint32_t  count 
)

VL53L1_ReadMulti() definition.


To be implemented by the developer

Definition at line 53 of file vl53l1_platform.c.

References i2c_transaction::buf, i2c_blocking_transceive(), I2C_BUF_LEN, VL53L1_Dev_t::i2c_p, VL53L1_Dev_t::i2c_trans, and i2c_transaction::slave_addr.

Referenced by VL53L1_RdByte(), VL53L1_RdDWord(), VL53L1_RdWord(), and VL53L1X_GetResult().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int8_t VL53L1_WrByte ( VL53L1_DEV  dev,
uint16_t  index,
uint8_t  data 
)

VL53L1_WrByte() definition.


To be implemented by the developer

Definition at line 64 of file vl53l1_platform.c.

References VL53L1_WriteMulti().

Referenced by VL53L1X_ClearInterrupt(), VL53L1X_SensorInit(), VL53L1X_SetDistanceMode(), VL53L1X_SetDistanceThreshold(), VL53L1X_SetI2CAddress(), VL53L1X_SetInterruptPolarity(), VL53L1X_SetROI(), VL53L1X_SetROICenter(), VL53L1X_StartRanging(), VL53L1X_StartTemperatureUpdate(), and VL53L1X_StopRanging().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int8_t VL53L1_WrDWord ( VL53L1_DEV  dev,
uint16_t  index,
uint32_t  data 
)

VL53L1_WrDWord() definition.


To be implemented by the developer

Definition at line 78 of file vl53l1_platform.c.

References VL53L1_WriteMulti().

Referenced by VL53L1X_SetInterMeasurementInMs().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int8_t VL53L1_WriteMulti ( VL53L1_DEV  dev,
uint16_t  index,
uint8_t pdata,
uint32_t  count 
)

VL53L1_WriteMulti() definition.


To be implemented by the developer

Definition at line 43 of file vl53l1_platform.c.

References i2c_transaction::buf, i2c_blocking_transmit(), I2C_BUF_LEN, VL53L1_Dev_t::i2c_p, VL53L1_Dev_t::i2c_trans, and i2c_transaction::slave_addr.

Referenced by VL53L1_WrByte(), VL53L1_WrDWord(), and VL53L1_WrWord().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int8_t VL53L1_WrWord ( VL53L1_DEV  dev,
uint16_t  index,
uint16_t  data 
)

VL53L1_WrWord() definition.


To be implemented by the developer

Definition at line 69 of file vl53l1_platform.c.

References VL53L1_WriteMulti().

Referenced by VL53L1X_SetDistanceMode(), VL53L1X_SetDistanceThreshold(), VL53L1X_SetOffset(), VL53L1X_SetSigmaThreshold(), VL53L1X_SetSignalThreshold(), VL53L1X_SetTimingBudgetInMs(), and VL53L1X_SetXtalk().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: