MCPcopy 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

61MSH_CMD_EXPORT(version, show RT-Thread version information);
62
63rt_inline void object_split(int len)
64{
65 while (len--) rt_kprintf("-");
66}
67
68typedef struct
69{

Callers 10

list_threadFunction · 0.70
list_semFunction · 0.70
list_eventFunction · 0.70
list_mutexFunction · 0.70
list_mailboxFunction · 0.70
list_msgqueueFunction · 0.70
list_memheapFunction · 0.70
list_mempoolFunction · 0.70
list_timerFunction · 0.70
list_deviceFunction · 0.70

Calls 1

rt_kprintfFunction · 0.85

Tested by

no test coverage detected