| |||
| Home > RVISS Reference > Memory model interface > armul_MemAccAsync | |||
This is a memory access function used by ARM10, ARM11 and XScale models.
int armul_MemAccAsync(void *handle, ARMwordaddress, ARMword *data, ARMul_accacc, ARMTime *abs_time)
where:
handleis the value of interf->handle set
in MemInit.
addressis the value on the address bus.
datais a pointer to the data for the memory access. See Data for reads and writes for details.
accencodes the type of cycle. On some processors, for example, cached processors, some of the signals are not valid. See Macros for access types for details of the macros for determining access type.
abs_timeis the absolute time since reset.