Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Di3c_test.c21 #define I3C_TEST_MSG_NUM 2 macro
29 static struct I3cMsg g_msgs[I3C_TEST_MSG_NUM];
225 ret = I3cTransfer(tester->handle, g_msgs, I3C_TEST_MSG_NUM, I3C_MODE); in I3cTestTransfer()
226 if (ret != I3C_TEST_MSG_NUM) { in I3cTestTransfer()