Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

isr.c File Reference

The Interrupt Service Routine (ISR) for the parallel port. More...

#include <wdm.h>
#include "cbm_driver.h"
#include "iec.h"

Go to the source code of this file.

Functions

BOOLEAN cbm_isr (IN PKINTERRUPT Interrupt, IN PVOID Pdx)
 Interrupt Service Routine (ISR).


Detailed Description

The Interrupt Service Routine (ISR) for the parallel port.

**************************************************************

Author:
Spiro Trikaliotis
Version:
Id
isr.c,v 1.13 2006/02/24 12:01:20 trikalio Exp


Definition in file isr.c.


Function Documentation

BOOLEAN cbm_isr IN PKINTERRUPT  Interrupt,
IN PVOID  Pdx
 

Interrupt Service Routine (ISR).

This is the Interrupt Service Routine for the parallel port.

Parameters:
Interrupt,: Pointer to the interrupt object.
Pdx,: The device extension
Returns:
If we are responsible for this interrupt, we return TRUE. If not, we return FALSE and let Windows try other ISRs (if there are any).

Definition at line 39 of file isr.c.

References cbmiec_interrupt().

Referenced by cbm_lock_parport().


Generated on Sun Apr 30 18:46:11 2006 for opencbm by  doxygen 1.4.2