代码搜索结果
找到约 10,000 项符合
USB 的代码
usb_dll.def
; USB_DLL.def : 声明 DLL 的模块参数。
LIBRARY "USB_DLL"
EXPORTS
DelDriA @1
FindDriv @2
Find_USBDisk @3
LLFormatDisk @4
; 此处可以是显式导出
usb_dll.rc
// Microsoft Visual C++ 生成的资源脚本。
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// 从 TEXTINCLUDE 2
usb_dll.cpp
// USB_DLL.cpp : 定义 DLL 的初始化例程。
//
#include "stdafx.h"
#include "USB_DLL.h"
#include
#include
#include
#include
#include
#define DWO
usb_dll.h
// USB_DLL.h : USB_DLL DLL 的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
typedef enum
2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
usb_test.c
#include
#include "DSP28_Device.h"
#include "type.h"
#include "sx2.h"
#include "descriptors.h"
#include "DEC2812_USB.h"
#include "ep0req.h"
BOOL Load_descriptors(char length, ch
dec2812_usb
#define FALSE 0
#define TRUE 1
#define SX2_IFCLKSRC 0x80
#define SX2_3048MHZ 0x40
#define SX2_IFCLKOE 0x20
#define SX2_IFCLKPOL 0x10
#define SX2_ASYNC 0x08
#define SX2_STANDBY 0x04
#defi
usb100.h
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED 0x01
#define USB_GETSTATUS_REMOTE_WAKEUP_EN