OpenCBM
|
Write one byte to the IEC bus. More...
Go to the source code of this file.
Functions | |
BOOLEAN | cbmiec_send_byte (IN PDEVICE_EXTENSION Pdx, IN UCHAR Byte) |
Write one byte to the IEC bus. More... | |
BOOLEAN cbmiec_send_byte | ( | IN PDEVICE_EXTENSION | Pdx, |
IN UCHAR | Byte | ||
) |
Write one byte to the IEC bus.
Pdx | Pointer to the device extension. |
Byte | The byte to be output |
Definition at line 39 of file sendbyte.c.
References cbmiec_block_irq(), CBMIEC_GET, CBMIEC_RELEASE, cbmiec_release_irq(), CBMIEC_SET, CBMIEC_SET_RELEASE, cbmiec_udelay(), DBG_PREFIX, DBG_SUCCESS, FUNC_ENTER, FUNC_LEAVE_BOOLEAN, libiec_global_timeouts, PERF_EVENT_WRITE_BIT_NO, PP_CLK_OUT, PP_DATA_IN, PP_DATA_OUT, IEC_TIMEOUTS::T_15_SEND_BEFORE_BIT_DELAY_T_S, IEC_TIMEOUTS::T_16_SEND_BIT_TIME_T_V, IEC_TIMEOUTS::T_17_SEND_FRAME_HANDSHAKE_T_F, and IEC_TIMEOUTS::T_17_Times.
Referenced by cbmiec_i_raw_write().