MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / clint.rs

File clint.rs

crates/virtual-machine/src/devices/clint.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! CLINT - Core-Local Interruptor (timer + software interrupts).
2//! Memory-mapped at `0x0200_0000`.
3
4use crate::error::VmError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected