代码搜索结果

找到约 10,000 项符合 USB 的代码

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

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

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

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.

usb_main.#3

//----------------------------------------------------------------------------- // USB_MAIN.c //----------------------------------------------------------------------------- // Copyright 2002 Cygna

usb_isr.h

#include #define uchar unsigned char #define uint unsigned int #ifdef c_cISR #define EXT_ISR #else #define EXT_ISR extern #endif

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

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.