Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ ttyoutq_getallocatedsize
Function
ttyoutq_getallocatedsize
components/lwp/terminal/bsd_ttyqueue.h:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
rt_inline size_t ttyoutq_getallocatedsize(struct ttyoutq *to)
160
{
161
return (to->to_quota * TTYOUTQ_DATASIZE);
162
}
163
164
rt_inline size_t ttyoutq_bytesleft(struct ttyoutq *to)
165
{
Callers
1
tty_watermarks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected