⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dchandle.h

📁 此為philip 1362 USB DOS下的驅動程式包, 已經共測試並內含有說明文件
💻 H
字号:
/*
   //*************************************************************************
   //
   //                  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:        MAINLOOP.H
   // Created:          Feb. 1, 2000
   // Modified:
   // Revision: 		0.1
   //
   //*************************************************************************
   //
   //*************************************************************************
   */

#ifndef __DcHANDLE_H__
#define __DcHANDLE_H__

#include "BasicTyp.h"

/*
   //*************************************************************************
   // USB utility functions
   //*************************************************************************
*/
void DcHSup_Init( void);
void DcHSup_Exit(void);

void DcHSup_PrintDevStateInfo(void);
void DcHSup_PrintDefaultControlPipeInfo(void);

void DcHSup_SetupTokenHandler(void);
void DcHSup_USBDeviceRequestHandler(void);
void DcHSup_Help4USBDevRequest(UCHAR byType, UCHAR byRequest);


void DcHSup_SuspendChange(void);
void DcHSup_BusReset(void);

void DcHSup_AcknowledgeSETUP(void);
void DcHSup_StallEP0(void);
void DcHSup_ClearBufferEP0(void); // setup clear buffer, find bugs here that control IN without clear setup buffer the
								// handshake outtoken still can be received. (maybe the data length is zero?)
void DcHSup_Reserved(void);
void DcHSup_RaiseIRQL(void);
void DcHSup_LowerIRQL(void);

void Dc_Handler(void);
void DcSup_Handler4OTG(void);
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -