Searched defs:_i2c (Results 1 – 1 of 1) sorted by relevance
69 struct _i2c { struct71 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 */