Contents

disableInterrupt

Synchronously disables a device interrupt.

Declaration

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

If the interrupt routine is running, the call will block until the routine completes. It is the caller's responsiblity to keep track of the enable state of the interrupt source.

See Also

Miscellaneous