MCPcopy 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
412lwp_tty_t lwp_tty_create(lwp_ttydevsw_t handle, void *softc)
413{
414 return lwp_tty_create_ext(handle, softc, NULL);
415}
416
417void lwp_tty_delete(lwp_tty_t tp)
418{

Callers 2

pts_allocFunction · 0.85

Calls 1

lwp_tty_create_extFunction · 0.85

Tested by

no test coverage detected