代码搜索结果

找到约 35,951 项符合 USB 的代码

usb.h

/**************************************************************** NAME: usb.h DESC: definitions(USB data structure) for USB setup operation. Because It's h/w independent file, it may be us

usb.o.d

usb.o: usb.c \ C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/io.h \ C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/sfr_defs.h \ C:/WinAVR/bin/../lib/gcc/avr/3

usb.lss

usb.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 00000b7c 00000000 00000000 00000094 2**0 CON

usb.lst

1 .file "usb.c" 2 .arch atmega16 3 __SREG__ = 0x3f 4 __SP_H__ = 0x3e 5 __SP_L__ = 0x3d 6

usb.map

Archive member included because of file (symbol) C:/WinAVR/bin/../lib/gcc/avr/3.4.3/avr5\libgcc.a(_copy_data.o) usb.o (__do_copy_data) C:/WinAVR/bin/../lib/gcc/avr/3

usb.c

#include #include #include #include #include #include "usb.h" #define BAUD 9600 #define uchar unsigned char static EPPF

usb.c

//***************************************************************************** // // usb.c - Driver for the USB Interface. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All rights reserved.

usb.h

//***************************************************************************** // // usb.h - Prototypes for the USB Interface Driver. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All right

usbò»+

各目录说明如下: ⑴ common 驱动程序和应用程序共有的代码; ⑵ driver PC机<mark>USB</mark>驱动程序,基于DriverStudio编写; ⑶ firmware 单片机固件程序,基于D12的<mark>USB</mark>传输控制; ⑷ <mark>usb</mark>test PC机Win32用户层界面程序,目前可以通过8个LED按钮控制TX-1B上的LED的亮灭. 操作步骤: (1) 下载固件程 ...