#include <wdm.h>
#include "cbm_driver.h"
#include "i_iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbmiec_talk (IN PDEVICE_EXTENSION Pdx, IN UCHAR Device, IN UCHAR Secaddr) |
| Send a TALK over the IEC bus. | |
**************************************************************
Definition in file talk.c.
|
||||||||||||||||
|
Send a TALK over the IEC bus. This function sends a TALK to the IEC bus.
Definition at line 45 of file talk.c. References cbmiec_i_raw_write(), DBG_PREFIX, FUNC_ENTER, and FUNC_PARAM. Referenced by cbm_execute_devicecontrol(). |
1.4.2