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

File uart.rs

crates/virtual-machine/src/devices/uart.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Simple memory-mapped UART (NS16550A subset).
2//! Base address: `0x1000_0000` (typical RISC-V virt machine).
3
4use crate::error::VmError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected