Home
last modified time | relevance | path

Searched refs:transCnt (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/i2c/
Di2c_core.c237 int16_t transCnt = 0; in I2cIoDoTransfer() local
245 transCnt = I2cCntlrTransfer(cntlr, msgs, count); in I2cIoDoTransfer()
246 if (transCnt != count) { in I2cIoDoTransfer()