MCPcopy 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

100static struct rt_device ctty;
101
102static int lwp_ctty_init(void)
103{
104 return lwp_ctty_register(&ctty);
105}
106INIT_DEVICE_EXPORT(lwp_ctty_init);

Callers

nothing calls this directly

Calls 1

lwp_ctty_registerFunction · 0.85

Tested by

no test coverage detected