代码搜索:USB

找到约 10,000 项符合「USB」的源代码

代码结果 10,000
www.eeworm.com/read/416123/11040994

obj usb_drv.obj

www.eeworm.com/read/470726/6906266

h usb_constant.h

/********************************************************************************* filename: USB_CONSTANT.h designer: 戴展波 date: 2004/11/02 *****************************************************
www.eeworm.com/read/469944/6921342

h usb200.h

#ifndef __USB200_H__ #define __USB200_H__ #include "usb100.h" #include typedef enum _USB_DEVICE_SPEED { UsbLowSpeed = 0, UsbFullSpeed, UsbHighSpeed } USB_D
www.eeworm.com/read/469944/6921468

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/470051/6923664

sch usb_asp.sch

www.eeworm.com/read/470051/6923665

brd usb_asp.brd

www.eeworm.com/read/469773/6926739

usb1_1

www.eeworm.com/read/469773/6926740

h usb100.h

typedef unsigned char UCHAR; typedef unsigned short USHORT; #define MAXIMUM_USB_STRING_LENGTH 255 // values for the bits returned by the USB GET_STATUS command #define USB_GETSTATUS_SELF_POW
www.eeworm.com/read/469546/6930213

c usb-skeleton.c

/* * USB Skeleton driver - 2.0 * * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of th
www.eeworm.com/read/469549/6930640

h usb_constant.h

/********************************************************************************* filename: USB_CONSTANT.h designer: 戴展波 date: 2004/11/02 *****************************************************