MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / i2c_bus_init

Function i2c_bus_init

components/drivers/i2c/dev_i2c_bus.c:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176static int i2c_bus_init(void)
177{
178 rt_bus_register(&i2c_bus);
179
180 return 0;
181}
182INIT_CORE_EXPORT(i2c_bus_init);

Callers

nothing calls this directly

Calls 1

rt_bus_registerFunction · 0.85

Tested by

no test coverage detected