Searched defs:_I2CBusRec (Results 1 – 1 of 1) sorted by relevance
19 typedef struct _I2CBusRec { struct20 char *BusName;21 int scrnIndex;22 ScrnInfoPtr pScrn;24 void (*I2CUDelay) (I2CBusPtr b, int usec);26 void (*I2CPutBits) (I2CBusPtr b, int scl, int sda);27 void (*I2CGetBits) (I2CBusPtr b, int *scl, int *sda);31 Bool (*I2CStart) (I2CBusPtr b, int timeout);32 Bool (*I2CAddress) (I2CDevPtr d, I2CSlaveAddr);33 void (*I2CStop) (I2CDevPtr d);[all …]