Module ostd::arch::x86::serial

source ·
Expand description

The console I/O.

Functions§

  • Prints the formatted arguments to the standard output using the serial port.
  • Receives a byte on the serial port. non-blocking
  • Registers a callback function to be called when there is console input.
  • Sends a byte on the serial port.

Type Aliases§