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

File keyboard.rs

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

Source from the content-addressed store, hash-verified

1//! Keyboard input MMIO device: a small ring buffer of key events the host GUI
2//! pushes and the guest pops. Mapped at `KBD_BASE` (0x10070000, above the
3//! framebuffer span). See the VM spec section 6.6 for the register layout.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected