MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / constty_clear

Function constty_clear

components/lwp/terminal/bsd_porting.h:335–339  ·  view source on GitHub ↗

Disable console redirection to a tty. */

Source from the content-addressed store, hash-verified

333
334/* Disable console redirection to a tty. */
335rt_inline int constty_clear(struct lwp_tty *tp)
336{
337 // rt_kprintf("\nTODO: %s unimplemented!\n", __func__);
338 return 0;
339}
340
341rt_inline int constty_set(struct lwp_tty *tp)
342{

Callers 2

ttydev_leaveFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected