代码搜索:USB HID
找到约 10,000 项符合「USB HID」的源代码
代码结果 10,000
www.eeworm.com/read/154131/11988513
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED
www.eeworm.com/read/342903/11992996
pdf dasq_usb.pdf
www.eeworm.com/read/342884/11993855
bak usb.h.bak
//============================================================================
// File: U08USB.H
// Func: Definitions for USB Data Types & Constants
// Header File for USB08 Demo Application
//
www.eeworm.com/read/342884/11993864
bak usb.c.bak
#include "usb.h" // Definitions for USB Data Types & Constants
#include "usbdesc.c" // const USB Descriptor Data
#define b_EP0STALL 6
#define b_DPPULLEN 2
#pragma DATA_SEG MY_ZEROPAGE
www.eeworm.com/read/153959/11997746
c usb_loop.c
#include "reg52.h"
#include "usb.h"
#include "study.h"
/*
//*************************************************************************
// USB protocol function pointer arrays
//******************
www.eeworm.com/read/153959/11997762
c usb_loop.c
#include "reg52.h"
#include "usb.h"
#include "study.h"
/*
//*************************************************************************
// USB protocol function pointer arrays
//******************
www.eeworm.com/read/342805/11998564
rar usb_demo.rar
www.eeworm.com/read/153878/12001148
h 2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
www.eeworm.com/read/256352/12005520
h copy of usb.h
//中断类型
#define USB_INT_SPINT 0x01
#define USB_INT_SOFINT 0x08
#define USB_INT_EORINT 0x10
#define USB_INT_WUPCPU 0x20
#define USB_INT_EP0 0x01
#define USB_INT_EP1 0x02
#define USB_INT