代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/454732/7384231
pdf usb接口设计.pdf
www.eeworm.com/read/454732/7384237
c usb_isr.c
#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/7384240
c usb_function.c
#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/7384241
#2 usb_fundec.#2
#ifndef _USB_FUNDEC_H_
#define _USB_FUNDEC_H_
// Function prototypes
// USB寄存器读写
#define URead_Byte(addr,target) USB0ADR = (0x80 | addr); while(USB0ADR & 0x80); target = USB0DAT
#define UWrite_
www.eeworm.com/read/454732/7384242
obj usb_function.obj
www.eeworm.com/read/454732/7384243
h usb_parameter.h
#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/7384245
#2 usb_register.#2
www.eeworm.com/read/454732/7384246
#2 usb_parameter.#2
#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/7384247
obj usb_isr.obj
www.eeworm.com/read/454732/7384248
#2 usb_request.#2
#ifndef _USB_REQUEST_H_
#define _USB_REQUEST_H_
/////////////////////////////////////////////////////////////////////////////////////////////
//标准请求
#define GET_STATUS 0x00