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

Function reset_simple_register

components/drivers/reset/reset-simple.c:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194};
195
196static int reset_simple_register(void)
197{
198 rt_platform_driver_register(&reset_simple_driver);
199
200 return 0;
201}
202INIT_SUBSYS_EXPORT(reset_simple_register);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected