Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
static int reset_simple_register(void)
197
{
198
rt_platform_driver_register(&reset_simple_driver);
199
200
return 0;
201
}
202
INIT_SUBSYS_EXPORT(reset_simple_register);
Callers
nothing calls this directly
Calls
1
rt_platform_driver_register
Function · 0.85
Tested by
no test coverage detected