Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/intel_adsp/hda/src/
Dsmoke.c26 static volatile int msg_cnt;
34 msg_cnt++; in ipc_message()
99 last_msg_cnt = msg_cnt; in ZTEST()
103 WAIT_FOR(msg_cnt > last_msg_cnt, 10000, k_msleep(1)); in ZTEST()
Ddma.c26 static volatile int msg_cnt;
34 msg_cnt++; in ipc_message()
126 last_msg_cnt = msg_cnt; in ZTEST()
130 WAIT_FOR(msg_cnt > last_msg_cnt, 10000, k_msleep(1)); in ZTEST()
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c248 unsigned int msg_cnt = 0; in app_rpmsg_client_sample() local
263 while (msg_cnt < 100) { in app_rpmsg_client_sample()
265 msg_cnt++; in app_rpmsg_client_sample()
266 LOG_INF("[Linux sample client] incoming msg %d: %.*s", msg_cnt, sc_msg.len, in app_rpmsg_client_sample()