Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_phy_bus_init
Function
rt_phy_bus_init
components/drivers/phy/phy.c:568–573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
};
567
568
static int rt_phy_bus_init(void)
569
{
570
rt_bus_register(&rt_phy_bus);
571
572
return 0;
573
}
574
INIT_CORE_EXPORT(rt_phy_bus_init);
575
#endif
Callers
nothing calls this directly
Calls
1
rt_bus_register
Function · 0.85
Tested by
no test coverage detected