Module rstubs::arch::io

source ·
Expand description

Ports and memory-mapped IO.

Structs§

  • An IO port that can read/write register values.

Traits§

  • Abstraction for memory mapped IO registers
  • A raw value that can be written/read to/from IO ports.
  • A value that can be written/read to/from IO ports.
  • Extension for pointers, that provides a volatile update function (read->modify->write)