代码搜索结果

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

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

2410usb.h

/********************************************* NAME: 2410usb.h DESC: HISTORY: 03.23.2002:purnnamu: first release for 2410 *********************************************/ #ifndef __24XUS

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

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

usb-func.c

#include #include #include #include #include #include #include #include

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,

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

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

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