VDDSimulateInterrupt

VOID VDDSimulateInterrupt(ms, line, count)
IN INT  ms;
IN BYTE  line;
IN INT  count;

VDDSimulateInterrupt simulates an interrupt to the VDM to support applications that expect an interrupt to signal the end of an operation.

Parameters

ms
Is either ICA_MASTER or ICA_SLAVE, as appropriate.
line
Specifies the interrupt line.
count
Allows a set of interrupts to be delivered. Normally there is only one interrupt.