|
OpenCBM
|
Write some bytes to the IEC bus. More...
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_raw_write (IN PDEVICE_EXTENSION Pdx, IN const PUCHAR Buffer, IN ULONG Size, OUT ULONG *Written) |
| Write some bytes to the IEC bus. More... | |
| NTSTATUS cbmiec_raw_write | ( | IN PDEVICE_EXTENSION | Pdx, |
| IN const PUCHAR | Buffer, | ||
| IN ULONG | Size, | ||
| OUT ULONG * | Written | ||
| ) |
Write some bytes to the IEC bus.
| Pdx | Pointer to the device extension. |
| Buffer | Pointer to a buffer where the read bytes are written to. |
| Size | Maximum number of characters to read from the bus. |
| Written | Pointer to the variable which will hold the number of written bytes. |
ATN is released on return of this routine
Definition at line 47 of file rawwrite.c.
References cbmiec_i_raw_write(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM.
Referenced by cbm_execute_readwrite().
1.8.8