代码搜索:USB技术

找到约 10,000 项符合「USB技术」的源代码

代码结果 10,000
www.eeworm.com/read/152607/12099201

obj usb_isr.obj

www.eeworm.com/read/152607/12099203

#1 usb_user.#1

/* File Name : USB_USER.C Description : Read and Write DSP memory by USB communication. Programmer : Jack Song Make Data : 2005.6.7 Change : xxxx...(Name) yyyy,mm
www.eeworm.com/read/152607/12099206

c usb_descriptor.c

/* File: USB_DESCRIPTOR.c Author: DM Created: 11/22/02 Target Device: C8051F320 Source file for USB firmware. Includes descriptor data. Functions: None */ #
www.eeworm.com/read/152607/12099216

obj usb_descriptor.obj

www.eeworm.com/read/152607/12099220

h usb_main.h

/* Rev History 11/22/02 - DM: 1. Updated function prototypes and added constants to USB_MAIN.h with sample interrupt firmware. File: USB_MAIN.h Author: JS
www.eeworm.com/read/152607/12099223

c usb_isr.c

/* 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/152607/12099232

#3 usb_main.#3

//----------------------------------------------------------------------------- // USB_MAIN.c //----------------------------------------------------------------------------- // Copyright 2002 Cygna
www.eeworm.com/read/152607/12099234

h usb_isr.h

#include #define uchar unsigned char #define uint unsigned int #ifdef c_cISR #define EXT_ISR #else #define EXT_ISR extern #endif
www.eeworm.com/read/152607/12099237

#2 usb_user.#2

#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/152607/12099243

#3 usb_isr.#3

/* 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.