代码搜索结果
找到约 35,951 项符合
USB 的代码
about usb.txt
HugeHard <mark>USB</mark> Develop kit简介
Develop Kit(以下简称DK)共包括:
1. 模块一个,20脚接口(实际上有很多空脚,没那么复杂)
2. 相关文件:
hu<mark>usb</mark>.sys 模块驱动程序
hu<mark>usb</mark>.inf 安装信息,可根据用户需要修改
hu<mark>usb</mark>.dll 开发用动态连接库
hu<mark>usb</mark>test.exe 测试程序 ...
13.2.2通用usb程序模块.txt
#define NUM-ENDPOINTS 4
#define CONFIG-DESCRIPTOR-LENGTH sizeof (USB-CONFIGURATION-DESCRIPTOR)
+sizeof (USB-INTERFACE-DESCRIPTOR)
+(NUM-ENDPOINTS*sizeof (USB-ENDPOINT-DESCRIPTOR))
void fn-usb
about usb.txt
HugeHard <mark>USB</mark> Develop kit简介
Develop Kit(以下简称DK)共包括:
1. 模块一个,20脚接口(实际上有很多空脚,没那么复杂)
2. 相关文件:
hu<mark>usb</mark>.sys 模块驱动程序
hu<mark>usb</mark>.inf 安装信息,可根据用户需要修改
hu<mark>usb</mark>.dll 开发用动态连接库
hu<mark>usb</mark>test.exe 测试程序 ...
usb.h
/****************************************************************
NAME: usb.h
DESC: definitions(USB data structure) for USB setup operation.
Because It's h/w independent file, it may be us
usb.cpp
#include "windows.h"
#include "winioctl.h"
#include "ezusbsys.h"
#include "usb.h"
#define VR_Reset 0xb0
#define VR_Intr 0xb1
//--------------------------------------------------
usb-avr-isp_xp.inf
; Windows USB CDC Setup File
; Copyright (c) 2000 Microsoft Corporation
; Copyright (c) 2006 Recursion Co., Ltd.
; Copyright (c) 2006 OBJECTIVE DEVELOPMENT Software GmbH
[Version]
Signature="$W
usb-avr-isp_vista.inf
; Windows USB CDC Driver Setup File for AVR-CDC (Vista)
;(c) Copyright 2008 Recursion Co., Ltd.
;(c) Rewrited ECNU CE MA-CHAO
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978
usb.h
/****************************************************************
NAME: usb.h
DESC: definitions(USB data structure) for USB setup operation.
Because It's h/w independent file, it may be us
usb.h
/****************************************************************
NAME: usb.h
DESC: definitions(USB data structure) for USB setup operation.
Because It's h/w independent file, it may be us
usb.h
/****************************************************************
NAME: usb.h
DESC: definitions(USB data structure) for USB setup operation.
Because It's h/w independent file, it may be us