Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ lwp_tty_create
Function
lwp_tty_create
components/lwp/terminal/tty_device.c:412–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
lwp_tty_t lwp_tty_create(lwp_ttydevsw_t handle, void *softc)
413
{
414
return lwp_tty_create_ext(handle, softc, NULL);
415
}
416
417
void lwp_tty_delete(lwp_tty_t tp)
418
{
Callers
2
pts_alloc
Function · 0.85
rt_hw_serial_register_tty
Function · 0.85
Calls
1
lwp_tty_create_ext
Function · 0.85
Tested by
no test coverage detected