代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/454732/7384269
#1 usb_parameter.#1
#ifndef _USB_PARAMETER_H_
#define _USB_PARAMETER_H_
//标准描述符的类型
#define DSC_DEVICE 0x01 // Device Descriptor
#define DSC_CONFIG 0x02 // Configuration Descriptor
#define DSC
www.eeworm.com/read/454732/7384272
lst usb_setup.lst
C51 COMPILER V6.12 USB_SETUP 08/20/2006 19:41:25 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE USB_SETUP
OBJECT MODULE PLACED
www.eeworm.com/read/454732/7384275
h usb_request.h
#ifndef _USB_REQUEST_H_
#define _USB_REQUEST_H_
/////////////////////////////////////////////////////////////////////////////////////////////
//标准请求
#define GET_STATUS 0x00
www.eeworm.com/read/454732/7384279
lst usb_function.lst
C51 COMPILER V6.12 USB_FUNCTION 08/20/2006 19:41:24 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE USB_FUNCTION
OBJECT MODULE PLAC
www.eeworm.com/read/454732/7384281
#3 usb_setup.#3
#include "c8051F320.h"
#include "stdio.h"
#include "intrins.h"
/////////////////////////////
#include "Usb_Descreptor.h"
#include "Usb_FunDec.h"
#include "Usb_Parameter.h"
#include "Usb_Registe
www.eeworm.com/read/454732/7384286
#2 usb_isr.#2
#include "c8051F320.h"
#include "stdio.h"
#include "intrins.h"
/////////////////////////////
#include "Usb_FunDec.h"
#include "Usb_Parameter.h"
#include "Usb_Register.h"
#include "Usb_Request.h
www.eeworm.com/read/454732/7384287
#1 usb_register.#1
//USB寄存器
///////////////////////////////////////////////////////////////
// USB Core Registers
#define BASE 0x00
#define FADDR BASE
#define POWER BASE + 0x01
#define IN1INT BASE
www.eeworm.com/read/454732/7384289
obj usb_descreptor.obj
www.eeworm.com/read/454732/7384294
m51 usb.m51
BL51 BANKED LINKER/LOCATER V5.00 03/25/2005 16:58:17 PAGE 1
BL51 BANKED LINKER/LOCATER V5.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE E:\2006年学习\USB实验板\程序\FLASH.OBJ, E:\2006年学习
>> \
www.eeworm.com/read/454732/7384295
#1 usb_setup.#1
#include "c8051F320.h"
#include "stdio.h"
#include "intrins.h"
/////////////////////////////
#include "Usb_Descreptor.h"
#include "Usb_FunDec.h"
#include "Usb_Parameter.h"
#include "Usb_Registe