|
OpenCBM
|
Write a byte to the X[M|A]P1541-cable. More...
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. More... | |
| NTSTATUS cbmiec_pp_write | ( | IN PDEVICE_EXTENSION | Pdx, |
| IN UCHAR | Value | ||
| ) |
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.
| Pdx | Pointer to the device extension. |
| Value | Value to be written on the bus |
Definition at line 42 of file ppwrite.c.
References CBMIEC_RELEASE, DBG_PREFIX, FUNC_ENTER, FUNC_PARAM, PAR_PORT, PP_LP_BIDIR, and WRITE_PORT_UCHAR.
Referenced by cbm_execute_devicecontrol(), and cbmiec_parallel_burst_write().
1.8.8