Module tartan_arch::x86_common::io

source ·
Available on x86 or x86-64 only.
Expand description

Access to I/O space

Functions§

  • Read an 8-bit value from the port at the given address in I/O space.
  • Read a 16-bit value from the port at the given address in I/O space.
  • Read a 32-bit value from the port at the given address in I/O space.
  • Write an 8-bit value to the port at the given address in I/O space.
  • Write a 16-bit value to the port at the given address in I/O space.
  • Write a 16-bit value to the port at the given address in I/O space.