代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/238925/13314361
obj usb_protocol.obj
www.eeworm.com/read/238925/13314503
lst usb_protocol.lst
C51 COMPILER V6.23a USB_PROTOCOL 03/09/2005 20:46:02 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE USB_PROTOCOL
OBJECT MODULE PLA
www.eeworm.com/read/323795/13317186
h 2440usb.h
/*********************************************
NAME: 2440usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
www.eeworm.com/read/137455/13321703
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#include
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTAT
www.eeworm.com/read/323637/13331533
h usb_massstorage.h
#ifndef __USB_MassStorage_H__
#define __USB_MassStorage_H__
//定义了USB Mass Storage 类的一些命令及数据结构
#define SUCCESS 0x00
#define FAIL 0x01
#define ERROR 0x02
//UFI子类命令
#define Format_Uni
www.eeworm.com/read/323637/13331535
h usb_descriptor.h
#ifndef __USB_Descriptor_H__
#define __USB_Descriptor_H__
/* USB描述符的定义 */
/*编写者:章其波 2006-10-10*/
#define U8 unsigned char
#define U16 unsigned int
#define U32 unsigned long
/*设备描
www.eeworm.com/read/323582/13335078
c usb_printerid.c
/*
* Test program to try to query device id from printer.
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/323134/13349244
c usb_test.c
#include
#include "DSP28_Device.h"
#include "type.h"
#include "sx2.h"
#include "descriptors.h"
#include "DEC2812_USB.h"
#include "ep0req.h"
BOOL Load_descriptors(char length, ch
www.eeworm.com/read/323134/13349250
obj usb_test.obj
www.eeworm.com/read/323134/13349253
dec2812_usb
#define FALSE 0
#define TRUE 1
#define SX2_IFCLKSRC 0x80
#define SX2_3048MHZ 0x40
#define SX2_IFCLKOE 0x20
#define SX2_IFCLKPOL 0x10
#define SX2_ASYNC 0x08
#define SX2_STANDBY 0x04
#defi