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

Function ttydisc_read_poll

components/lwp/terminal/terminal.h:400–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400rt_inline size_t ttydisc_read_poll(struct lwp_tty *tp)
401{
402 tty_assert_locked(tp);
403
404 return ttyinq_bytescanonicalized(&tp->t_inq);
405}
406
407rt_inline size_t ttydisc_write_poll(struct lwp_tty *tp)
408{

Callers 1

ttydev_pollFunction · 0.85

Calls 1

Tested by

no test coverage detected