|
OpenCBM
|
Write one byte to the IEC bus. More...
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. More... | |
| NTSTATUS cbmiec_iec_poll | ( | IN PDEVICE_EXTENSION | Pdx, |
| OUT PUCHAR | Result | ||
| ) |
Polls the status of the lines on the IEC bus.
| Pdx | Pointer to the device extension. |
| Result | Pointer to a variable which will hold the value of the IEC bus |
Definition at line 39 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, PP_RESET_IN, and READ_PORT_UCHAR.
Referenced by cbm_execute_devicecontrol(), and cbmiec_iec_wait().
1.8.8