代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/235890/14048227
hid
www.eeworm.com/read/282716/9071683
h usb_task.h
/*H**************************************************************************
* NAME: usb_task.h
*----------------------------------------------------------------------------
* Copyright (c) 2003 A
www.eeworm.com/read/373780/9436695
asm usb_hid_led_et.asm
;--------------------------------------------------------
; C_Compiler for ETOMS MCU
; Target MCU: ET44M210
;--------------------------------------------------------
; .module usb_hid_led
;------
www.eeworm.com/read/373765/9437244
asm usb_hid_ad_et.asm
;--------------------------------------------------------
; C_Compiler for ETOMS MCU
; Target MCU: ET44M210
;--------------------------------------------------------
; .module usb_hid_ad
;-------
www.eeworm.com/read/321628/6934381
keil_usb_cdc_hid_iad
www.eeworm.com/read/321628/6934407
sdcc_usb_cdc_hid_iad
www.eeworm.com/read/196774/8061375
pdf usb hid usage tables.pdf
www.eeworm.com/read/315729/13537612
rar usb hid类相关文档.rar
www.eeworm.com/read/214694/15091622
txt usb_hid_report_descriptor.txt
在<mark>USB</mark>中,<mark>USB</mark> HOST是通过各种描述符来识别设备的,有设备描述符,
配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。
<mark>USB</mark>报告描述符(Report Descriptor)是<mark>HID</mark>设备中的一个描述符,它是比较
复杂的一个描述符。
<mark>USB</mark> <mark>HID</mark>设备是通过报告来给传送数据的,报告有输入报告和输出报告。
输入报告是<mark>USB</mark>设备发送 ...
www.eeworm.com/read/488559/1229596
c usb_host_hid_parser.c
/******************************************************************************
USB Host HID Parser
This is the Human Interface Device Class report parser file for a USB
Embedded Host device.