代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/344014/11912644
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/344014/11912659
obj usb_descriptor.obj
www.eeworm.com/read/344014/11912661
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/344014/11912666
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/344014/11912676
#3 usb_main.#3
//-----------------------------------------------------------------------------
// USB_MAIN.c
//-----------------------------------------------------------------------------
// Copyright 2002 Cygna
www.eeworm.com/read/344014/11912679
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/344014/11912684
#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/344014/11912692
#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/344014/11912694
#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
www.eeworm.com/read/344014/11912704
#1 usb_isr.#1
/*
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.