Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
static int platform_bus_init(void)
203
{
204
rt_bus_register(&platform_bus);
205
206
return 0;
207
}
208
INIT_CORE_EXPORT(platform_bus_init);
Callers
nothing calls this directly
Calls
1
rt_bus_register
Function · 0.85
Tested by
no test coverage detected