代码搜索:usb 是什么?
找到约 10,000 项符合「usb 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/288688/8613732
aps usb.aps
www.eeworm.com/read/288688/8613741
ncb usb.ncb
www.eeworm.com/read/288688/8613745
plg usb.plg
Build Log
--------------------Configuration: USB - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/187571/8623610
h usb.h
#ifndef _USB_H
#define _USB_H
#ifndef US_FIFO_SIZE
#define US_FIFO_SIZE 8 //word
#endif
#define FAIL 0x0
#define OK 0x1
#define FALSE 0
#define TRUE !FALSE
#define BUFFER_MEM_
www.eeworm.com/read/187571/8623633
c usb.c
#include "usb.h"
#include "hms7202lib.h"
int usb_main(int addr, int *retsize)
{
int val,ret;
int address, endAddr;
int i,k;
int cksum;
int txoffset,rxoffset;
USL_P
www.eeworm.com/read/432140/8626930
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
www.eeworm.com/read/288419/8634000
h usb.h
#ifndef _USB_H_
#define _USB_H_
#define Usb_Base_Address 0x4000000
#define Usb_Data_Address 0x0000000
#define Usb_Command_Address 0x0000001
//***************************************************
www.eeworm.com/read/288419/8634143
c usb.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include "..\inc\usb.h"
//static NU_HISR usb_comm_hisr;
//static NU_TASK task_usbcomm;
www.eeworm.com/read/288289/8644959
h usb.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/288247/8646289