OpenCBM
|
Check if an EOI signal has been sent over the IEC bus. More...
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. More... | |
NTSTATUS | cbmiec_clear_eoi (IN PDEVICE_EXTENSION Pdx) |
Reset the EOI state. More... | |
NTSTATUS cbmiec_clear_eoi | ( | IN PDEVICE_EXTENSION | Pdx | ) |
Reset the EOI state.
Pdx | Pointer to the device extension. |
Definition at line 61 of file eoi.c.
References FUNC_ENTER.
Referenced by cbm_execute_devicecontrol().
NTSTATUS cbmiec_get_eoi | ( | IN PDEVICE_EXTENSION | Pdx, |
OUT PBOOLEAN | Result | ||
) |
Check if an EOI signal has been sent over the IEC bus.
Pdx | Pointer to the device extension. |
Result | Pointer to the variable which will hold the return value. After return, it will contain 1 if there was an EOI, 0 otherwise. |
Definition at line 40 of file eoi.c.
References FUNC_ENTER.
Referenced by cbm_execute_devicecontrol().