Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Infinity-OS/infinity
/ init_non_core
Function
init_non_core
src/device/mod.rs:15–18 ·
view source on GitHub ↗
Initialize all non core devices
()
Source
from the content-addressed store, hash-verified
13
14
/// Initialize all non core devices
15
pub fn init_non_core() {
16
rtc::init();
17
serial::init();
18
}
Callers
1
rust_main
Function · 0.85
Calls
1
init
Function · 0.70
Tested by
no test coverage detected