代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.inc
*********************************************************************************
* usb.inc v1.00 *
* 描述:定义USB的寄存器的映射 *
* 版权(c) 2003- 北京合众达电子技术有限
usb.cpp
//////////////////////////////////////////////////////////////////////////////
// Copyright
usb.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
usb.h
#ifndef __LINUX_USB_H
#define __LINUX_USB_H
/* USB constants */
/*
* Device and/or Interface Class codes
*/
#define USB_CLASS_PER_INTERFACE 0 /* for DeviceClass */
#define USB_CLASS_AUDIO 1
#de
usb.txt
头文件:
typedef struct {
unsigned char bmRequestType;
unsigned char bRequest;
unsigned short wValue;
unsigned short wIndex;
unsigned short wLength;
} USB_SETUP_REQUEST, *PUSB_SETUP_REQUEST;
usb.c
#include "config.h"
void suspd(uint8 value)//USB控制挂起控制函数:value=1,表示输出为高,value=0,表示输出为低。p2.30
{
if(value==0)
{
IO2CLR = 0x40000000;
}
else if(value==1)
usb.h
extern void suspd(uint8 value);
extern void rst_usb(uint8 value);
usb.prj
[AVRGCCIDE]
Version=Version:2.03
[Compiler Files]
Count=13
File0=clock.c
File1=clock.h
File2=iarcompat.h
File3=isp.c
File4=isp.h
File5=main.c
File6=oddebug.c
File7=oddebug.h
File8=usbconfi