MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_raw_channel_recv_timeout

Function rt_raw_channel_recv_timeout

components/lwp/lwp_ipc.c:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925rt_err_t rt_raw_channel_recv_timeout(rt_channel_t ch, rt_channel_msg_t data, rt_int32_t time)
926{
927 return _rt_raw_channel_recv_timeout(ch, data, time);
928}
929/**
930 * Peek a message from the specified IPC channel.
931 */

Callers 1

lwp_channel_recv_timeoutFunction · 0.85

Calls 1

Tested by

no test coverage detected