MCPcopy 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
15pub fn init_non_core() {
16 rtc::init();
17 serial::init();
18}

Callers 1

rust_mainFunction · 0.85

Calls 1

initFunction · 0.70

Tested by

no test coverage detected