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

📄 dev_ep.h

📁 isp1160_isa_evel_codeUSB主机软件
💻 H
字号:
/*
**  Kenobi2          version 1.3
**
**      ** This code has been made to check/learn the 1161 functionalities ** 
**      ** Release 25-Feb-2002                                             **
**
**      OKANO, Akifumi 
**      
**		Computing Segment, Semisonductors Div, Philips Japan Ltd.
**      akifumi.okano@philips.com
**      +81-3-3740-4668 
*/


#include	"tr_gene.h"

#define		venderID( x )					(((x)->dev_descriptor).idVendor)

#define		AUDIO_CLASS_INTERFACE			0x01
#define		PRINTER_CLASS_INTERFACE			0x07


device_instance		*create_device( unsigned char speed );
void				dispose_device( device_instance *dev_ptr );
void				device_list_linitialize( void );
device_instance		*find_device( unsigned char address );

unsigned short		std_request( unsigned char *buff_ptr, device_instance	*dvi_ptr, unsigned short req, unsigned short wValue, unsigned short wIndex, unsigned short *wLength );

device_instance 	*find_class_interface( unsigned char InterfaceClassID );
unsigned char		check_interface_class_ID( device_instance *dviPtr, unsigned char InterfaceClassID );

⌨️ 快捷键说明

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