代码搜索结果

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

usb.h

// usb.h : main header file for the USB application // #if !defined(AFX_USB_H__FB6AFD25_DDE9_439B_A88B_4D1C9E163232__INCLUDED_) #define AFX_USB_H__FB6AFD25_DDE9_439B_A88B_4D1C9E163232__INCLUDED_

usb.cpp

// usb.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "usb.h" #include "usbDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char T

usb.h

//USB /* USB Driver */ #define USB_PU_CTRL FALSE /* no pull-up control */ #define VENDOR_ID 0xEB03 /* Atmel vendor ID = 03EBh */ #define PRODUCT_ID

usb.h

#ifndef _USB_H_ #define _USB_H_ //*************************************************************************** //D12RST conect to 44b0's nRESET //D12SUSPD conect to 44b0's GPC0 #define D12SUSPD(x)

usb.c

#include "44b.h" #include "44blib.h" #include "option.h" #include "def.h" #include "usb.h" static U32 UsbBulkOutCnt=0; static U32 Save_rINTMSK; //static NU_HISR usb_comm_hisr; //static

usb.c

#include "def.h" #include "2410addr.h" #include "2410lib.h" #include "timer.h" #include "option.h" #include "2410usb.h" #include "usblib.h" #include "usbsetup.h" #include "usbout.h" #includ

usb.h

/**************************************************************** NAME: usb.h DESC: definitions(USB data structure) for USB setup operation. Because It's h/w independent file, it may be us