#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_get_eoi (IN PDEVICE_EXTENSION Pdx, OUT PBOOLEAN Result) |
| Check if an EOI signal has been sent over the IEC bus. | |
| NTSTATUS | cbmiec_clear_eoi (IN PDEVICE_EXTENSION Pdx) |
| Reset the EOI state. | |
**************************************************************
Definition in file eoi.c.
|
|
Reset the EOI state.
Definition at line 62 of file eoi.c. References FUNC_ENTER. Referenced by cbm_execute_devicecontrol(). |
|
||||||||||||
|
Check if an EOI signal has been sent over the IEC bus.
Definition at line 41 of file eoi.c. References FUNC_ENTER. Referenced by cbm_execute_devicecontrol(). |
1.4.2