Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/common/
Dcommon.h12 #define SENDING_TIME_MS (1000) macro
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c164 ret = send_for_time(&ep, SENDING_TIME_MS); in main()
213 ret = send_for_time(&ep, SENDING_TIME_MS); in main()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/src/
Dmain.c155 ret = send_for_time(&ep, SENDING_TIME_MS); in main()