Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c24 #define I2C_MSG_NUM 2 macro
470 } 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()