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

Function ttyoutq_bytesused

components/lwp/terminal/bsd_ttyqueue.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175rt_inline size_t ttyoutq_bytesused(struct ttyoutq *to)
176{
177 return (to->to_end - to->to_begin);
178}
179
180#endif /* !_SYS_TTYQUEUE_H_ */

Callers 3

ttydisc_getc_pollFunction · 0.85
tty_drainFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected