Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ plic.rs
File
plic.rs
crates/virtual-machine/src/devices/plic.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! PLIC - Platform-Level Interrupt Controller.
2
//! Base address `0x0C00_0000`.
3
4
use crate::error::VmError;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected