代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/215390/15062362
map 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
www.eeworm.com/read/215390/15062364
hex usb.hex
:100000000C942A000C9455050C9445000C94450062
:100010000C9445000C9445000C9445000C9445004C
:100020000C9445000C9445000C9445000C9445003C
:100030000C9445000C9445000C9445000C9445002C
:100040000C9445000C9
www.eeworm.com/read/215390/15062368
sym usb.sym
00000000 W __heap_end
00000000 a __tmp_reg__
00000000 W __vector_default
00000000 T __vectors
00000001 a __zero_reg__
0000003d a __SP_L__
0000003e a __SP_H__
0000003f a __SREG__
00000054 T __c
www.eeworm.com/read/215390/15062371
c usb.c
#include
#include
#include
#include
#include
#include "usb.h"
#define BAUD 9600
#define uchar unsigned char
static EPPF
www.eeworm.com/read/215390/15062378
h usb.h
#include
typedef unsigned char UCHAR;
typedef unsigned char uchar;
typedef unsigned char BYTE;
typedef unsigned short USHORT;
typedef unsigned long ULONG;
typedef unsig
www.eeworm.com/read/214793/15088393
lib usb.lib
www.eeworm.com/read/214792/15088495