#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_pp_write (IN PDEVICE_EXTENSION Pdx, IN UCHAR Value) |
| Write a byte to the X[M|A]P1541 cable. | |
**************************************************************
Definition in file ppwrite.c.
|
||||||||||||
|
Write a byte to the X[M|A]P1541 cable. This function writes a byte to the parallel portion of the X[M|A]P1541 cable.
Definition at line 43 of file ppwrite.c. References CBMIEC_RELEASE, DBG_PREFIX, FUNC_ENTER, FUNC_PARAM, PAR_PORT, and PP_LP_BIDIR. Referenced by cbm_execute_devicecontrol(). |
1.4.2