Contents

causeInterrupt

Causes a device interrupt to occur.

Declaration

virtual IOReturn causeInterrupt(
 intsource);

Parameters

  • source:

    The index of the interrupt source in the device.

Return Value

An IOReturn code (kIOReturnNoInterrupt is returned if the source is not valid).

Overview

Emulates a hardware interrupt, to be called from task level.

See Also

Miscellaneous