#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_iec_poll (IN PDEVICE_EXTENSION Pdx, OUT PUCHAR Result) |
| Polls the status of the lines on the IEC bus. | |
**************************************************************
Definition in file poll.c.
|
||||||||||||
|
Polls the status of the lines on the IEC bus.
Definition at line 40 of file poll.c. References FUNC_ENTER, IEC_LINE_ATN, IEC_LINE_CLOCK, IEC_LINE_DATA, IEC_LINE_RESET, IN_PORT, PP_ATN_IN, PP_CLK_IN, PP_DATA_IN, and PP_RESET_IN. Referenced by cbm_execute_devicecontrol(), and cbmiec_iec_wait(). |
1.4.2