代码搜索:USB

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

代码结果 10,000
www.eeworm.com/read/454732/7384249

lst usb_isr.lst

C51 COMPILER V6.12 USB_ISR 08/20/2006 19:41:24 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE USB_ISR OBJECT MODULE PLACED IN
www.eeworm.com/read/454732/7384251

obj usb_fundec.obj

www.eeworm.com/read/454732/7384253

#3 usb_isr.#3

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

#2 usb_descreptor.#2

#ifndef _USB_DESCREPTOR_H_ #define _USB_DESCREPTOR_H_ //设备描述符 code unsigned char DeviceDesc[18] = { 18, // bLength 0x01, // bDescriptorType
www.eeworm.com/read/454732/7384259

lst usb_parameter.lst

C51 COMPILER V7.00 USB_PARAMETER 03/24/2005 20:28:24 PAGE 1 C51 COMPILER V7.00, COMPILATION OF MODULE USB_PARAMETER OBJECT MODULE PLA
www.eeworm.com/read/454732/7384261

#3 usb_parameter.#3

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

#3 usb_function.#3

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

#2 usb_function.#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/7384266

#2 usb_setup.#2

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

#1 usb_fundec.#1

#ifndef _USB_FUNDEC_H_ #define _USB_FUNDEC_H_ // USB寄存器读写宏定义 #define URead_Byte(addr,target) USB0ADR = (0x80 | addr); while(USB0ADR & 0x80); target = USB0DAT #define UWrite_Byte(addr,num) USB0A