Searched refs:I2C_MSG_NUM (Results 1 – 1 of 1) sorted by relevance
24 #define I2C_MSG_NUM 2 macro470 } else if (msgSize >= I2C_MSG_NUM) { in CodecI2cRelease()553 struct I2cMsg msgs[I2C_MSG_NUM]; in CodecI2cTransfer()554 … (void)memset_s(msgs, sizeof(struct I2cMsg) * I2C_MSG_NUM, 0, sizeof(struct I2cMsg) * I2C_MSG_NUM); in CodecI2cTransfer()567 transferMsgCount = I2C_MSG_NUM; in CodecI2cTransfer()