OpenCBM
|
Interrupt handler for the IEC bus. More...
Go to the source code of this file.
Functions | |
BOOLEAN | cbmiec_interrupt (IN PDEVICE_EXTENSION Pdx) |
Interrupt handler for the IEC bus. More... | |
BOOLEAN cbmiec_interrupt | ( | IN PDEVICE_EXTENSION | Pdx | ) |
Interrupt handler for the IEC bus.
This function is the interrupt handler for the IEC bus. Its only purpose is to count the number of interrupts for cbmiec_wait_for_listener().
Pdx | Pointer to the device extension. |
Definition at line 40 of file interrupt.c.
References DBG_PPORT, DBG_PREFIX, FUNC_ENTER, IN_PORT, and READ_PORT_UCHAR.
Referenced by cbm_isr().