Searched refs:I2C_TRACE (Results 1 – 1 of 1) sorted by relevance
35 #define I2C_TRACE(x) /*(x)*/ /* Report progress */ macro140 I2C_TRACE(ErrorF("\ni2c: <")); in I2CStart()165 I2C_TRACE(ErrorF(">\n")); in I2CStop()256 I2C_TRACE(ErrorF("W%02x%c ", (int) data, sda ? '-' : '+')); in I2CPutByte()305 I2C_TRACE(ErrorF("R%02x%c ", (int) *data, last ? '+' : '-')); in I2CGetByte()