Functions
d_i2c.h File Reference
#include "compiler.h"
Include dependency graph for d_i2c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int i2cInit (void)
 
int i2cRead (uint8_t chip_addr, uint32_t address, uint8_t address_len, void *data, uint32_t len)
 
int i2cWrite (uint8_t chip_addr, uint32_t address, uint8_t address_len, void *data, uint32_t len)
 

Function Documentation

◆ i2cInit()

int i2cInit ( void  )

Definition at line 26 of file d_i2c.c.

◆ i2cRead()

int i2cRead ( uint8_t  chip_addr,
uint32_t  address,
uint8_t  address_len,
void *  data,
uint32_t  len 
)

Definition at line 46 of file d_i2c.c.

◆ i2cWrite()

int i2cWrite ( uint8_t  chip_addr,
uint32_t  address,
uint8_t  address_len,
void *  data,
uint32_t  len 
)

Definition at line 83 of file d_i2c.c.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:59