OpenCBM
|
Set a specific line on the IEC bus. More...
Go to the source code of this file.
Functions | |
NTSTATUS | cbmiec_iec_set (IN PDEVICE_EXTENSION Pdx, IN USHORT Line) |
Set a specific line on the IEC bus. More... | |
NTSTATUS cbmiec_iec_set | ( | IN PDEVICE_EXTENSION | Pdx, |
IN USHORT | Line | ||
) |
Set a specific line on the IEC bus.
This function sets a specific line on the IEC bus.
Pdx | Pointer to the device extension. |
Line | Which line has to be set (an OR between IEC_DATA, IEC_CLOCK, IEC_ATN, and IEC_RESET) |
Definition at line 42 of file set.c.
References cbmiec_iec_setrelease(), and FUNC_ENTER.
Referenced by cbm_execute_devicecontrol().