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

Method push_uart_rx

crates/virtual-machine/src/virtual_machine.rs:265–267  ·  view source on GitHub ↗
(&mut self, byte: u8)

Source from the content-addressed store, hash-verified

263 pub fn peek_all_fregs(&self) -> [u64; 32] {
264 self.cpu.peek_all_fregs()
265 }
266
267 pub fn peek_csrs(&self) -> CsrSnapshot {
268 self.cpu.peek_csrs()
269 }
270

Callers 9

maybe_tickMethod · 0.80
render_consoleMethod · 0.80
render_framebufferMethod · 0.80
stepMethod · 0.80
step_to_next_functionMethod · 0.80
run_innerMethod · 0.80
setup_kernel_vmFunction · 0.80

Calls 2

receiveMethod · 0.80
uart_mutMethod · 0.80