代码搜索:usb 开发教程
找到约 10,000 项符合「usb 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/302151/13841218
h usb_regs.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : usb_regs.h
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/302151/13841219
h usb_def.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : usb_def.h
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/302151/13841220
c usb_init.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : usb_init.c
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/302151/13841221
c usb_core.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : usb_core.c
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/302151/13841222
c usb_regs.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : usb_regs.c
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/302151/13841223
c usb_int.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : usb_int.c
* Author : MCD Application Team
* Version : V1.0
* Date
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