Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ pci_bus_init
Function
pci_bus_init
components/drivers/pci/pci.c:1016–1021 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1014
};
1015
1016
static int pci_bus_init(void)
1017
{
1018
rt_bus_register(&pci_bus);
1019
1020
return 0;
1021
}
1022
INIT_CORE_EXPORT(pci_bus_init);
Callers
nothing calls this directly
Calls
1
rt_bus_register
Function · 0.85
Tested by
no test coverage detected