temu_MemAccessIface Struct Reference

#include <temu-c/Memory/Memory.h>


Data Fields

void(* fetch )(void *Obj, temu_MemTransaction *Mt)
void(* read )(void *Obj, temu_MemTransaction *Mt)
 Function called on reads.
void(* write )(void *Obj, temu_MemTransaction *Mt)
 Function called on writes.


Detailed Description

Memory access interface implemented by all memory mapped devices Exposed to the emulator core by a memory object.

Definition at line 72 of file Memory.h.


Field Documentation

Function called on fetches. The function can be null in case fetches are not allowed from the model.

Function called on reads.

Function called on writes.


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

Generated on Wed May 27 11:02:19 2015 for T-EMU by  doxygen 1.5.6