代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/246105/12756098
o usb-skeleton.o
www.eeworm.com/read/246105/12756101
c usb-skeleton.c
/*
* USB Skeleton driver - 0.6
*
* Copyright (c) 2001 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU
www.eeworm.com/read/246073/12757819
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#include
//bmRequest.Dir
#define BMREQUEST_HOST_TO_DEVICE 0
#define BMREQUEST_DEVICE_TO_HOST 1
//bmRequest.Type
www.eeworm.com/read/245958/12766309
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/245720/12783621
pdf usb11.pdf
www.eeworm.com/read/245434/12800167
wsp usb_int.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
www.eeworm.com/read/245434/12800169
c usb_descriptor.c
/*
File: USB_DESCRIPTOR.c
Author: DM
Created: 11/22/02
Target Device: C8051F320
Source file for USB firmware. Includes descriptor data.
Functions:
None
*/
#
www.eeworm.com/read/144368/12800170
h 2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
www.eeworm.com/read/245434/12800172
h usb_main.h
/*
Rev History
11/22/02 - DM: 1. Updated function prototypes and added constants
to USB_MAIN.h with sample interrupt firmware.
File: USB_MAIN.h
Author: JS
www.eeworm.com/read/245434/12800175
c usb_isr.c
/*
File: usb_top_isr.c
Author: DM
Created: 11/8/02
Target Device: C8051F320
Source file for USB firmware. Includes top level isr with Setup,
and Endpoint data handlers.