d13_dcs.h
来自「此為philip 1362 USB DOS下的驅動程式包, 已經共測試並內含有說」· C头文件 代码 · 共 49 行
H
49 行
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 1999 BY PHILIPS SINGAPORE.
// -- ALL RIGHTS RESERVED --
//
// File Name: D13_DCS.H
// Created: Feb 1, 2000
// Modified:
// Revision: 0.1
//
//*************************************************************************
//
//*************************************************************************
*/
#ifndef __D13_DCS_H__
#define __D13_DCS_H__
void DcS_UnconfigDevice(void);
void DcS_ConfigDevice(void);
void DcS_StallEP0InControlWrite(void);
void DcS_StallEP0InControlRead(void);
void DcS_SingleTransmitEP0(USHORT * ptrBuf, USHORT wLength);
BOOLEAN DcS_IsAnyNewSetupPkt(void);
BOOLEAN DcS_IsSetupPktInvalid(void);
void DcS_DisconnectUSB(void);
void DcS_Connect2USB(void);
void DcS_Reconnect2USB(void);
void DcS_ConfigEndpoint(void);
// Debug Portion
void DcS_DumpReg(void);
void DcS_InitD13(void);
void DcS_AcquireD13(void);
void DcS_ReleaseD13(void);
void DcS_EnableIRQ(void);
void DcS_DisableIRQ(void);
void DcS_GoSuspend(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?