MCPcopy 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

1use core::fmt;
2
3pub struct SerialPort {
4 port: uart_16550::SerialPort,
5}
6
7impl SerialPort {
8 /// # Safety

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected