代码搜索结果
找到约 10,000 项符合
USB 的代码
philips_usb.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (usb
philips_usb.lnp
"Protodma.obj",
"D12ci.obj",
"Epphal.obj",
"Isr.obj",
"Mainloop.obj",
"Chap_9.obj"
TO "philips_usb"
RAMSIZE(256)
philips_usb.plg
Build target 'usb_book'
compiling Protodma.c...
compiling D12ci.c...
compiling Epphal.c...
.\EPPHAL.C(12): warning C280: 'pio': unreferenced local variable
compiling Isr.c...
compiling Mainloop.c...
c
philips_usb.hex
:10106D0052656164205265676973746572733A20C5
:10107D004F6666736574203D20307825782C204CA2
:10108D00656E677468203D20307825782C20496E78
:10109D00646578203D20307825782E0A00577269D6
:1010AD0074652052656
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
2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS