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

Method clint_mut

crates/virtual-machine/src/bus.rs:266–268  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

264 pub fn load_ram_image(&mut self, bytes: &[u8]) {
265 self.l1_cache.load_image(bytes);
266 }
267
268 /// Clone the MMIO device state for a snapshot.
269 pub fn device_state(&self) -> DeviceState {
270 DeviceState {
271 uart: self.uart.clone(),

Callers 2

tickMethod · 0.80
bus_clint_mut_accessFunction · 0.80

Calls

no outgoing calls

Tested by 1

bus_clint_mut_accessFunction · 0.64