代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.h
void __irq usb_isr(void);
unsigned char read_usb(unsigned char adr);
void write_usb(unsigned char adr,unsigned char dat);
void init_usb(void);
usb.inf
[Version]
Signature="$CHICAGO$"
Class=HDC
provider=%MSFT%
[Manufacturer]
%MfgName%=Microsoft
[Microsoft]
%USB\VID_04E6&PID_0001.DeviceDesc%=USBLS120.Dev,USB\VID_04E6&PID_0001
%USBLS120\DIS
usb.h.in
/*
* Prototypes, structure definitions and macros.
*
* Copyright (c) 2000-2003 Johannes Erdfelt
*
* This library is covered by the LGPL, read LICENSE for details.
*
* Thi
usb.c
/*
* Main API entry point
*
* Copyright (c) 2000-2003 Johannes Erdfelt
*
* This library is covered by the LGPL, read LICENSE for details.
*/
#include /* getenv
usb.inc
*********************************************************************************
* usb.inc v1.00 *
* 描述:定义USB的寄存器的映射 *
* 版权(c) 2003- 北京合众达电子技术有限
usb.h
#ifndef __USB_H__
#define __USB_H__
#include
#include
/*
* 'interface' is defined somewhere in the Windows header files. This macro
* is deleted here to avoid conflicts an
usb.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "timer.h"
#include "option.h"
#include "2410usb.h"
#include "usblib.h"
#include "usbsetup.h"
#include "usbout.h"
#includ