OpenCBM
|
Read a byte from the X[M|A]P1541-cable. More...
Go to the source code of this file.
Functions | |
LONG | cbmiec_i_pp_read_debounced (IN PDEVICE_EXTENSION Pdx) |
Read a byte from the X[M|A]P1541 cable. Make sure to debounce it. More... | |
NTSTATUS | cbmiec_pp_read (IN PDEVICE_EXTENSION Pdx, OUT UCHAR *Return) |
Read a byte from the X[M|A]P1541 cable. More... | |
LONG cbmiec_i_pp_read_debounced | ( | IN PDEVICE_EXTENSION | Pdx | ) |
Read a byte from the X[M|A]P1541 cable. Make sure to debounce it.
This function reads a byte from the parallel portion of the X[M|A]P1541 cable. The lines are debounced.
Pdx | Pointer to the device extension. |
Definition at line 39 of file ppread.c.
References DBG_PREFIX, DBG_PRINT, FUNC_ENTER, FUNC_LEAVE_LONG, PAR_PORT, and READ_PORT_UCHAR.
Referenced by cbmiec_pp_read().
NTSTATUS cbmiec_pp_read | ( | IN PDEVICE_EXTENSION | Pdx, |
OUT UCHAR * | Return | ||
) |
Read a byte from the X[M|A]P1541 cable.
This function reads a byte from the parallel portion of the X[M|A]P1541 cable.
Pdx | Pointer to the device extension. |
Return | Pointer to an UCHAR where the read byte is written to. |
Definition at line 79 of file ppread.c.
References cbmiec_i_pp_read_debounced(), CBMIEC_SET, FUNC_ENTER, PAR_PORT, PP_LP_BIDIR, and WRITE_PORT_UCHAR.
Referenced by cbm_execute_devicecontrol(), cbmiec_parallel_burst_read(), and cbmiec_parallel_burst_write().