代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/481812/6631369
lst usb_to_serial.lst
CYASM Version 1.96
(C) 1998,1999,2000,2001 Cypress Semiconductor Corp.
;****************************************************************
; FILE: USB_TO_SERIAL.ASM
www.eeworm.com/read/481812/6631393
usb2ser
www.eeworm.com/read/481948/6632990
h 51usb.h
#include"reg51.h"
#include"absacc.h"
#define LED XBYTE[0xEFFF]
#define KEY XBYTE[0xDFFF]
#define WCOM XBYTE[0xBCFF]
#define RCOM XBYTE[0xBEFF]
#define WDAT XBYTE[0xBDFF]
www.eeworm.com/read/480924/6653898
h 2440usb.h
/*********************************************
NAME: 2440usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
www.eeworm.com/read/480984/6655040
h usb100.h
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 1999 BY
www.eeworm.com/read/480891/6663333
h usb_desc.h
///////////////////////////////////////////////////////////////////////////
/// usb_desc.h ////
////
www.eeworm.com/read/480891/6663402
h pic_usb.h
/////////////////////////////////////////////////////////////////////////
//// pic_usb.c ////
////
www.eeworm.com/read/480366/6672964
bas usb_module.bas
Attribute VB_Name = "TMC_USB_Module"
'*******************************************************************************************
'USB Drv Module
'**************************************************
www.eeworm.com/read/479819/6680774
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#include
//bmRequest.Dir
#define BMREQUEST_HOST_TO_DEVICE 0
#define BMREQUEST_DEVICE_TO_HOST 1
//bmRequest.Type
www.eeworm.com/read/479822/6680783