Expand description

Peripheral address space access, including memory-mapped IO and port-mapped IO.

About these two methods of performing I/O, see wikipedia.

Structs

Memory-mapped I/O.

Port-mapped I/O.

A readonly unit in device address space.

A write-only unit in device address space.

Traits

An interface for dealing with device address space access.