Home | History | Annotate | Download | only in i2c

Lines Matching refs:scl

77 /* Some devices will hold SCL low to slow down the bus or until
81 * the SCL line. You can set the timeout to zero if the slave device
88 int i, scl;
94 b->I2CGetBits(b, &scl, &sda);
95 if (scl)
193 int scl;
198 b->I2CGetBits(b, &scl, psda);
213 * if the slave pulls SCL to slow down the bus more than ByteTimeout usecs,
226 int i, scl, sda;
244 b->I2CGetBits(b, &scl, &sda);
272 * if the slave pulls SCL to slow down the bus more than ByteTimeout usecs,