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

Function tick

src/time.rs:38–41  ·  view source on GitHub ↗

Tick function

()

Source from the content-addressed store, hash-verified

36
37// Tick function
38pub fn tick() -> usize
39{
40 PIT_TICK.load(Ordering::Relaxed)
41}
42
43
44// Time between ticks

Callers 3

rtc_intrhFunction · 0.85
realtimeFunction · 0.85
uptimeFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected