#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_reset (IN PDEVICE_EXTENSION Pdx) |
| Send a RESET to the IEC bus. | |
**************************************************************
Definition in file reset.c.
|
|
Send a RESET to the IEC bus. This function sends a RESET on the IEC bus.
Definition at line 39 of file reset.c. References cbmiec_check_device(), CBMIEC_RELEASE, cbmiec_schedule_timeout(), CBMIEC_SET, DBG_PREFIX, DBG_PRINT, DBG_SUCCESS, FUNC_ENTER, libiec_global_timeouts, PP_ATN_OUT, PP_CLK_OUT, PP_DATA_OUT, PP_LP_BIDIR, PP_LP_IRQ, PP_RESET_OUT, and IEC_TIMEOUTS::T_holdreset. Referenced by cbm_execute_devicecontrol(). |
1.4.2