Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tick
Method · 0.80
render_console
Method · 0.80
render_framebuffer
Method · 0.80
step
Method · 0.80
step_to_next_function
Method · 0.80
run_inner
Method · 0.80
setup_kernel_vm
Function · 0.80
editor_waits_while_idle_for_input
Function · 0.80
kernel_shell_interrupt_wake_lists_running_background_job
Function · 0.80
Calls
2
receive
Method · 0.80
uart_mut
Method · 0.80
Tested by
2
editor_waits_while_idle_for_input
Function · 0.64
kernel_shell_interrupt_wake_lists_running_background_job
Function · 0.64