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

Function rt_system_module_init

bsp/simulator/drivers/module_win32.c:132–135  ·  view source on GitHub ↗

* @ingroup SystemInit * * This function will initialize system module */

Source from the content-addressed store, hash-verified

130 * This function will initialize system module
131 */
132int rt_system_module_init(void)
133{
134 return 0;
135}
136
137/**
138 * This function will return self module object

Callers 3

rtthread_startupFunction · 0.85
rt_init_thread_entryFunction · 0.85
rtthread_startupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected