Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ lwp_ctty_init
Function
lwp_ctty_init
components/lwp/terminal/tty_ctty.c:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
static struct rt_device ctty;
101
102
static int lwp_ctty_init(void)
103
{
104
return lwp_ctty_register(&ctty);
105
}
106
INIT_DEVICE_EXPORT(lwp_ctty_init);
Callers
nothing calls this directly
Calls
1
lwp_ctty_register
Function · 0.85
Tested by
no test coverage detected