代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/255519/12077480
o usb_init.o
www.eeworm.com/read/255519/12077519
c usb_intr.c
#include "HA_typedef.h"
#include "hardware.h"
#include "hardware_reg.h"
/*USB中断响应程序*/
void ENT_INT_USB(void)
{
//ent_int();
mask_irq(INT_USB);
HA_GFDUSB_INTHANDLE();
unmask_irq(INT_USB)
www.eeworm.com/read/255519/12077533
c usb_init.c
#include "HA_typedef.h"
#include "hardware.h"
#include "hardware_reg.h"
#include "Gfd_usb_irq.h"
#define write_success 0x80000000
#define read_success 0x40000000
/*USB 中断类型*/
#define irq_
www.eeworm.com/read/341507/12081256
c usb_mass.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/341507/12081391
o usb_mass.o
www.eeworm.com/read/255419/12083046
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/341242/12097026
doc usb 协议报告.doc
www.eeworm.com/read/152607/12099201
obj usb_isr.obj
www.eeworm.com/read/152607/12099203
#1 usb_user.#1
/*
File Name : USB_USER.C
Description : Read and Write DSP memory by USB communication.
Programmer : Jack Song
Make Data : 2005.6.7
Change : xxxx...(Name) yyyy,mm
www.eeworm.com/read/152607/12099206
c usb_descriptor.c
/*
File: USB_DESCRIPTOR.c
Author: DM
Created: 11/22/02
Target Device: C8051F320
Source file for USB firmware. Includes descriptor data.
Functions:
None
*/
#