代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/342498/12015953
out usb_led.out
www.eeworm.com/read/342498/12015956
c usb_led.c
#define LED *(int *)0x400001
main()
{
int i;
ioport unsigned int *EBSR =(unsigned int *)0x6c00;
ioport unsigned int *CE21 =(unsigned int *)0x809;
i=*EBSR;
i= i&0xfffc;
i=i
www.eeworm.com/read/256006/12037497
h 2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
www.eeworm.com/read/342134/12039603
pdf usb_isp.pdf
www.eeworm.com/read/342134/12039606
rar usb isp.rar
www.eeworm.com/read/342110/12040964
h usb_desc.h
/*
** HID MOUSE DESCRIPTOR DECLARATIONS
*/
const char hid_report_desc_table[] =
{
0x05, 0x01, /*usage page (generic desktop) */
0x09, 0x02, /*usage (mouse) */
0xA1, 0x01, /*collection
www.eeworm.com/read/342014/12046277
cpp usb_driver.cpp
NTSTATUS Asgccusb::DriverEntry(PUNICODE_STRING RegistryPath) //驱程入口
{
KRegistryKey Params(RegistryPath, L"Parameters");
if ( NT_SUCCESS(Params.LastError()) )
{
LoadRegistryParameters(Par
www.eeworm.com/read/341776/12065849
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/152998/12067869
h 2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS