代码搜索:USB

找到约 10,000 项符合「USB」的源代码

代码结果 10,000
www.eeworm.com/read/210936/15189849

rar usb..rar

www.eeworm.com/read/210697/15193262

h usb.h

#ifndef _USB_H_ #define _USB_H_ #define Usb_Base_Address 0x4000000 #define Usb_Data_Address 0x0000000 #define Usb_Command_Address 0x000000f //*************************************************
www.eeworm.com/read/210697/15193301

c usb.c

#include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\def.h" #include "..\inc\option.h" #include "..\inc\usb.h" #include #include #include //sta
www.eeworm.com/read/210397/15199391

pdf usb.pdf

www.eeworm.com/read/210236/15203042

h usb.h

/****************************************************************** 本程序只供学习使用,未经作者许可,不得用于其它任何用途 我的邮箱:computer-lov@tom.com 欢迎访问我的blog: http://computer00.21ic.org USB.H file
www.eeworm.com/read/209795/15214258

c usb.c

/* * Main API entry point * * Copyright (c) 2000-2003 Johannes Erdfelt * * This library is covered by the LGPL, read LICENSE for details. */ #include /* getenv
www.eeworm.com/read/209795/15214292

h usb.h

#ifndef __USB_H__ #define __USB_H__ #include #include /* * 'interface' is defined somewhere in the Windows header files. This macro * is deleted here to avoid conflicts an
www.eeworm.com/read/209636/15216152

h usb.h

#define IO_9603 0x4000000 /*9603 uses nGCS2 */ void __irq usb_isr(void); unsigned char read_usb(unsigned char adr); void write_usb(unsigned char adr,unsigned char dat); void bitset(unsigned char a
www.eeworm.com/read/209470/15218920

h usb.h

#define IO_9603 0x4000000 /*9603 uses nGCS2 */ void __irq usb_isr(void); unsigned char read_usb(unsigned char adr); void write_usb(unsigned char adr,unsigned char dat); void bitset(unsigned char a
www.eeworm.com/read/208199/15251053

h usb.h

/**************************************************************** NAME: usb.h DESC: definitions(USB data structure) for USB setup operation. Because It's h/w independent file, it may be us