代码搜索:如何学习 usb?

找到约 10,000 项符合「如何学习 usb?」的源代码

代码结果 10,000
www.eeworm.com/read/126846/14399001

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/228145/14400042

h 2410usb.h

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

c usb_test.c

#include #include "DSP28_Device.h" #include "type.h" #include "sx2.h" #include "descriptors.h" #include "DEC2812_USB.h" #include "ep0req.h" BOOL Load_descriptors(char length, ch
www.eeworm.com/read/228101/14400636

obj usb_test.obj

www.eeworm.com/read/228101/14400639

dec2812_usb

#define FALSE 0 #define TRUE 1 #define SX2_IFCLKSRC 0x80 #define SX2_3048MHZ 0x40 #define SX2_IFCLKOE 0x20 #define SX2_IFCLKPOL 0x10 #define SX2_ASYNC 0x08 #define SX2_STANDBY 0x04 #defi
www.eeworm.com/read/227887/14406898

c usb-func.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/227887/14406905

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/227822/14410149

c usb-hid.c

/* * QEMU USB HID devices * * Copyright (c) 2005 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentatio
www.eeworm.com/read/227822/14410160

c usb-uhci.c

/* * USB UHCI controller emulation * * Copyright (c) 2005 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated doc
www.eeworm.com/read/227822/14410172

c usb-ohci.c

/* * QEMU USB OHCI Emulation * Copyright (c) 2004 Gianni Tedesco * Copyright (c) 2006 CodeSourcery * * This library is free software; you can redistribute it and/or * modify it under the terms o