代码搜索:usb 开发教程

找到约 10,000 项符合「usb 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/138154/13256874

obj usb_motor.obj

www.eeworm.com/read/324547/13258893

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/239723/13259668

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/239676/13261893

pdf usb_otg.pdf

www.eeworm.com/read/239621/13265994

h 2440usb.h

/********************************************* NAME: 2440usb.h DESC: HISTORY: 03.23.2002:purnnamu: first release for 2410 *********************************************/ #ifndef __24XUS
www.eeworm.com/read/138033/13271368

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
www.eeworm.com/read/138033/13271370

uv2 usb.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (USB) Group (Library) Group (SCSI) File 1,1,
www.eeworm.com/read/138033/13271380

m51 usb.m51

BL51 BANKED LINKER/LOCATER V4.13 05/20/2003 17:14:01 PAGE 1 BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY: D:\KEIL\C51\BIN\BL51.EXE main.o
www.eeworm.com/read/138033/13271392

bak usb_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) DaveTm { 0,0,0,0,0,0,0,0 } Target (Tar
www.eeworm.com/read/239522/13274165

c usb-uart.c

//============================================================================= //使用串口调试工具发给单片机一个十六进制数,单片机收到后再将这个数发送给上位机. //------------------------------------------------------------------------