Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
rt_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_poll
Function · 0.85
tty_drain
Function · 0.85
tty_generic_ioctl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected