ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Attributes | List of all members
etiss::plugin::MappedMemory Struct Reference

Represents a memory region that is associated with a MemMappedPeriph. More...

#include <MemMappedPeriph.h>

Collaboration diagram for etiss::plugin::MappedMemory:
Collaboration graph
[legend]

Public Attributes

uintptr_t base = 0
 
size_t size = 0
 

Detailed Description

Represents a memory region that is associated with a MemMappedPeriph.

Definition at line 25 of file MemMappedPeriph.h.

Member Data Documentation

◆ base

uintptr_t etiss::plugin::MappedMemory::base = 0

Definition at line 27 of file MemMappedPeriph.h.

◆ size

size_t etiss::plugin::MappedMemory::size = 0

Definition at line 28 of file MemMappedPeriph.h.


The documentation for this struct was generated from the following file: