Datasheet
ARMulator Reference
4-32 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
4.6.1 ARMulif_RaiseEvent
This function invokes events. The events are passed to the user-supplied event handlers.
Syntax
void ARMulif_RaiseEvent(RDI_ModuleDesc *mdesc, ARMword event,
ARMword data1, ARMword data2)
where:
mdesc
is the handle for the core.
event
is one of the event numbers defined in Table 4-1 on page 4-29, Table 4-2
on page 4-30, Table 4-3 on page 4-30, or Table 4-4 on page 4-31.
data1
is the first word of the event.
data2
is the second word of the event.