Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ SerialPort
Class
SerialPort
bootloader/kernel/src/serial.rs:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use core::fmt;
2
3
pub struct SerialPort {
4
port: uart_16550::SerialPort,
5
}
6
7
impl SerialPort {
8
/// # Safety
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected