MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / rt

Function rt

src/sys/sc/mod.rs:254–261  ·  view source on GitHub ↗

Real-time

()

Source from the content-addressed store, hash-verified

252
253// Real-time
254pub fn rt() -> f64
255{
256 let res = unsafe
257 {
258 sc!(RT)
259 };
260 f64::from_bits(res as u64)
261}
262
263
264// Sleep

Callers 1

dispatchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected