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

Method uart_mut

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

Direct access to devices for interrupt handling

(&mut self)

Source from the content-addressed store, hash-verified

261 }
262
263 /// Replace RAM with `bytes` and drop every cached line cold (no writeback).
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.

Callers 8

runMethod · 0.80
uart_receiveMethod · 0.80
uart_outputMethod · 0.80
push_uart_rxMethod · 0.80
drain_uart_outputMethod · 0.80
tickMethod · 0.80
runMethod · 0.80
bus_uart_mut_accessFunction · 0.80

Calls

no outgoing calls

Tested by 1

bus_uart_mut_accessFunction · 0.64