代码搜索:usb 开发教程
找到约 10,000 项符合「usb 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/150503/5691846
dsp usb42.dsp
# Microsoft Developer Studio Project File - Name="usb42" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/150487/5692185
#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/150487/5692186
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/150487/5692189
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/150487/5692190
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/150487/5692192
#3 usb_main.#3
//-----------------------------------------------------------------------------
// USB_MAIN.c
//-----------------------------------------------------------------------------
// Copyright 2002 Cygna
www.eeworm.com/read/150487/5692193
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/150487/5692194
#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/150487/5692195
#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.
www.eeworm.com/read/150487/5692196
#3 usb_user.#3
#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