代码搜索:USB

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

代码结果 10,000
www.eeworm.com/read/400743/11569637

h usb-func.h

/////// usb-func.h #ifndef _USBFUNC_H_ #define _USBFUNC_H_ #include "define.h" int ReadStreamPipe(pusb_t s, unsigned char *pbuf, int len); int DownloadBuffer(pusb_t s, unsigned char *pbuf,
www.eeworm.com/read/262480/11587766

txt usb1.txt

#include #include #include #include "C:/WINDDK/3790/inc/ddk/w2k/usbdi.h" #include "C:/WINDDK/3790/inc/ddk/w2k/devioctl.h" #include //-------------------
www.eeworm.com/read/262480/11587767

txt usb2.txt

//打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe("MyPipe1"); //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buff
www.eeworm.com/read/262358/11590739

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/348451/11593507

pdf ccd_usb.pdf

www.eeworm.com/read/262246/11597036

h usb_init.h

BYTE USB_Special_Patten; BYTE UploadData[0x6400000]; //100MB ///////////////////////////////////////////////////////////////////////////// HMODULE hWNDLL = NULL; int (WINAPI *_OpenDevi
www.eeworm.com/read/262048/11609735

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/262048/11609742

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/262048/11609772

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/158449/11614481

h usb110.h