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