Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/include/
Dmraa_internal_types.h69 struct _i2c { struct
71 int busnum; /**< the bus number of the /dev/i2c-* device */
72 int fh; /**< the file handle to the /dev/i2c-* device */
73 int addr; /**< the address of the i2c slave */
74 …/dev/i2c-* device capabilities as per https://www.kernel.org/doc/Documentation/i2c/functionality */
75 void *handle; /**< generic handle for non-standard drivers that don't use file descriptors */
76 mraa_adv_func_t* advance_func; /**< override function table */