代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/155939/6339050
opt philips_usb.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/155939/6339052
lnp philips_usb.lnp
"D12ci.obj",
"Isr.obj",
"Mainloop.obj",
"Chap_9.obj",
"Protozlg.obj"
TO "philips_usb"
RAMSIZE(256)
www.eeworm.com/read/155939/6339077
plg philips_usb.plg
礦ision2 Build Log
Project:
G:\dp51h\Example\USB1.1\单片机程序\philips_usb.uv2
Project File Date: 06/17/2003
Output:
www.eeworm.com/read/155939/6339081
hex philips_usb.hex
:1009E0008F188D19AF27EFC4135407FFEF20E002D3
:1009F000C2AF90700374D0F0E51960034318809083
:100A00007002E518F0AF27EFC4135407FFEF20E0A2
:040A100002D2AF223D
:1009AA008F18AF27EFC4135407FFEF20E002C2AF3E
www.eeworm.com/read/155939/6339085
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED
www.eeworm.com/read/155939/6339093
plg philips_usb.plg
礦ision2 Build Log
Project:
G:\USB1.1\philips_usb.uv2
Project File Date: 06/17/2003
Output:
www.eeworm.com/read/155939/6339098
hex philips_usb.hex
:1009E0008F188D19AF27EFC4135407FFEF20E002D3
:1009F000C2AF90700374D0F0E51960034318809083
:100A00007002E518F0AF27EFC4135407FFEF20E0A2
:040A100002D2AF223D
:1009AA008F18AF27EFC4135407FFEF20E002C2AF3E
www.eeworm.com/read/155939/6339101
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED
www.eeworm.com/read/494374/6375874
c usb-skeleton.c
/*
* USB Skeleton driver - 2.0
*
* Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of th
www.eeworm.com/read/492615/6416467