Contents

enableInterrupt

Enables a device interrupt.

Declaration

virtual IOReturn enableInterrupt(
 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

It is the caller's responsiblity to keep track of the enable state of the interrupt source.

See Also

Miscellaneous