Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ object_split
Function
object_split
components/finsh/cmd.c:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
MSH_CMD_EXPORT(version, show RT-Thread version information);
62
63
rt_inline void object_split(int len)
64
{
65
while (len--) rt_kprintf(
"-"
);
66
}
67
68
typedef struct
69
{
Callers
10
list_thread
Function · 0.70
list_sem
Function · 0.70
list_event
Function · 0.70
list_mutex
Function · 0.70
list_mailbox
Function · 0.70
list_msgqueue
Function · 0.70
list_memheap
Function · 0.70
list_mempool
Function · 0.70
list_timer
Function · 0.70
list_device
Function · 0.70
Calls
1
rt_kprintf
Function · 0.85
Tested by
no test coverage detected