MCPcopy 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
206static int spi_bus_init(void)
207{
208 rt_bus_register(&spi_bus);
209
210 return 0;
211}
212INIT_CORE_EXPORT(spi_bus_init);

Callers

nothing calls this directly

Calls 1

rt_bus_registerFunction · 0.85

Tested by

no test coverage detected