代码搜索:USB

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

代码结果 10,000
www.eeworm.com/read/302151/13841224

c usb_mem.c

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : usb_mem.c * Author : MCD Application Team * Version : V1.0 * Date
www.eeworm.com/read/301692/13852341

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/301692/13852342

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/301491/13858280

h usb_ohci.h

/* * URB OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber * (C) Copyright 2000-2001 David Brownell
www.eeworm.com/read/301491/13858287

o usb_ohci.o

www.eeworm.com/read/301491/13858289

o cmd_usb.o

www.eeworm.com/read/301491/13858295

o usb_storage.o

www.eeworm.com/read/301491/13858303

h usb_defs.h

/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistri
www.eeworm.com/read/301491/13858313

c cmd_usb.c

/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * Most of this source has been derived from the Linux USB * project. * * See file CREDITS for list of people who contributed
www.eeworm.com/read/301491/13858320

c usb_ohci.c

/* * URB OHCI HCD (Host Controller Driver) for USB on the S3C2400. * * (C) Copyright 2003 * Gary Jennejohn, DENX Software Engineering * * Note: Much of this code has been de