Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_channel_open
Function
rt_channel_open
components/lwp/lwp_ipc.c:1222–1225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1220
}
1221
1222
int rt_channel_open(const char *name, int flags)
1223
{
1224
return lwp_channel_open(FDT_TYPE_KERNEL, name, flags);
1225
}
1226
1227
rt_err_t rt_channel_close(int fd)
1228
{
Callers
1
hw_dsi_touch_init
Function · 0.85
Calls
1
lwp_channel_open
Function · 0.85
Tested by
no test coverage detected