Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ spi_bus_init
Function
spi_bus_init
components/drivers/spi/dev_spi_bus.c:206–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
};
205
206
static int spi_bus_init(void)
207
{
208
rt_bus_register(&spi_bus);
209
210
return 0;
211
}
212
INIT_CORE_EXPORT(spi_bus_init);
Callers
nothing calls this directly
Calls
1
rt_bus_register
Function · 0.85
Tested by
no test coverage detected