代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/344014/11912756
h usb_user.h
#define uchar unsigned char
#define uint unsigned int
#define FS_CMD 0X01
#define FS_DATA 0X02
#define CMD_TEST 0X01
#define CMD_READ_EINIT 0X02
#define CMD_WRITE_EINIT 0X03
www.eeworm.com/read/344014/11912757
obj usb_user.obj
www.eeworm.com/read/344014/11912761
#2 usb_isr.#2
/*
File: usb_top_isr.c
Author: DM
Created: 11/8/02
Target Device: C8051F320
Source file for USB firmware. Includes top level isr with Setup,
and Endpoint data handlers.
www.eeworm.com/read/344014/11912762
h usb_register.h
/*
File: USB_REGISTER.h
Author: JS
Created: 4/5/02
Target Device: C8051F320
Header file for USB firmware. Includes all USB core register
addresses, register access ma
www.eeworm.com/read/344014/11912764
lst usb_main.lst
C51 COMPILER V6.12 USB_MAIN 06/09/2004 15:44:26 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE USB_MAIN
OBJECT MODULE PLACED I
www.eeworm.com/read/344014/11912800
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#include
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTAT
www.eeworm.com/read/257738/11914019
dp2 usb.dp2
usb.o: C:/iccavr/include/iom128v.h C:\DATA\MP3\Player\Code2/usb.h C:\DATA\MP3\Player\Code2/ata.h C:\DATA\MP3\Player\Code2/generic.h C:/iccavr/include/macros.h C:/iccavr/include/string.h C:/iccavr/incl
www.eeworm.com/read/257613/11919546
h usb_desc.h
/*
** HID MOUSE DESCRIPTOR DECLARATIONS
*/
const char hid_report_desc_table[] =
{
0x05, 0x01, /*usage page (generic desktop) */
0x09, 0x02, /*usage (mouse) */
0xA1, 0x01, /*collection
www.eeworm.com/read/343885/11920521
c usb_download.c
#include
#include
#include "socket_base.h"
#define SERVER_IP "192.168.1.100"
#define CLIENT_IP "192.168.1.101"
char *next_cmd = "reboot";
char str[] = "blob>";
char rbuf[4096],
www.eeworm.com/read/257538/11921457
h usb_main.h
/*
Copyright 2003 Cygnal Integrated Products, Inc.
File: usb_endpoint.h
Author: JS
Created: JAN 03
Target Device: C8051F320
Main header file for USB firmware. Include