代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/206952/15285206
o usb.o
www.eeworm.com/read/206952/15285224
c usb.c
//ep0 setup and control transfer
//ep1 bulk in
//ep2 bulk out
//Write Cycle Time for Auto Inc Mode Writes is 150 ns minimum.
//address will take effect after 85ns when address was written.
/
www.eeworm.com/read/206952/15285226
h usb.h
/////////////////////////////////////Hardware define//////////////////////////////////////
//*****************************************************************************************
//USB Control
www.eeworm.com/read/206845/15288350
c usb.c
#include "common.h"
#include "usb.h"
unsigned char PassToggleCheckSoftware();
extern XXGFLAGS bdata bXXGFlags; //union XXGFLAGS is defined in common.h
XXGPKG usbstack; //struct XXGPKG is
www.eeworm.com/read/206845/15288372
lst usb.lst
C51 COMPILER V8.02 USB 09/19/2006 15:01:22 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE USB
OBJECT MODULE PLACED IN .\D
www.eeworm.com/read/206845/15288374
h usb.h
#include "ABSACC.H"
#define ISO_BIT 0x10
#define MAX_EP 0x05 // maximum number of endpoints (Ep0 + max of 4 data endpoints)
#define INT_CLEAR 0xff
//*******************************
www.eeworm.com/read/206845/15288376
i usb.i
#line 1 "usb.c" /0
#line 1 "common.h" /0
#line 1 "C:\KEIL\C51\INC\REG51.H" /0
sfr P0 = 0x80;
sfr P1 = 0x90;
sfr P2 = 0xA0;
sfr P3 = 0xB0;
sfr PSW = 0xD0;
sfr AC
www.eeworm.com/read/206673/15292225
map usb.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/206673/15292233
mak usb.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/206673/15292251