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

File bus.rs

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

Source from the content-addressed store, hash-verified

1//! System bus, routes physical addresses to ROM, RAM, and MMIO devices.
2
3use crate::devices::{
4 clint::Clint, framebuffer::Framebuffer, keyboard::Keyboard, plic::Plic, uart::Uart,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected