Module moa_core::memory

source ·

Structs§

  • An address adapter that repeats the address space of the subdevice over the given range
  • An address adapter that uses a closure to translate the address before accessing the subdevice
  • A bus-like collection of Addressable Devices mapped to different address ranges
  • An adapter for limiting the access requests of a device (eg. CPU) on a Bus to the address and data widths of the device
  • A contiguous block of Addressable memory, backed by a Vec

Functions§