Searched refs:I2CWriteBit (Results 1 – 1 of 1) sorted by relevance
173 I2CWriteBit(I2CBusPtr b, int sda, int timeout) in I2CWriteBit() function229 if (!I2CWriteBit(b, (data >> 7) & 1, d->ByteTimeout)) in I2CPutByte()233 if (!I2CWriteBit(b, (data >> i) & 1, d->BitTimeout)) in I2CPutByte()302 if (!I2CWriteBit(b, last ? 1 : 0, d->BitTimeout)) in I2CGetByte()