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

Function platform_bus_init

components/drivers/core/platform.c:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200};
201
202static int platform_bus_init(void)
203{
204 rt_bus_register(&platform_bus);
205
206 return 0;
207}
208INIT_CORE_EXPORT(platform_bus_init);

Callers

nothing calls this directly

Calls 1

rt_bus_registerFunction · 0.85

Tested by

no test coverage detected