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

Function finsh_system_function_init

components/finsh/shell.c:908–912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908static void finsh_system_function_init(const void *begin, const void *end)
909{
910 _syscall_table_begin = (struct finsh_syscall *) begin;
911 _syscall_table_end = (struct finsh_syscall *) end;
912}
913
914#if defined(__ICCARM__) || defined(__ICCRX__) /* for IAR compiler */
915#ifdef FINSH_USING_SYMTAB

Callers 1

finsh_system_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected