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

Method read_halfword

crates/virtual-machine/src/bus.rs:287–290  ·  view source on GitHub ↗
(&mut self, addr: u64)

Source from the content-addressed store, hash-verified

285 self.framebuffer = state.framebuffer.clone();
286 self.keyboard = state.keyboard.clone();
287 self.syscon_exit = state.syscon_exit;
288 }
289
290 // UART, CLINT, and PLIC must be matched before ROM: their physical addresses
291 // fall inside the ROM range. SYSCON writes are intercepted in `MemoryAccess` below.
292 #[inline]
293 fn route(&mut self, addr: u64) -> Option<(&mut dyn MemoryAccess, u64)> {

Callers

nothing calls this directly

Calls 1

routeMethod · 0.80

Tested by

no test coverage detected