代码搜索结果

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

usb.c

#include #include #include #include #include #include "usb.h" #define BAUD 9600 #define uchar unsigned char static EPPF

usb.h

#include typedef unsigned char UCHAR; typedef unsigned char uchar; typedef unsigned char BYTE; typedef unsigned short USHORT; typedef unsigned long ULONG; typedef unsig

usb.h

/********************************************************/ /* */ /* 库 名 称:USB接口函数库 */ /* 功 能 描 述:提供USB接口初始化,配置等操作

usb.c

#define _USB_DEFINE #include #include #include #include "..\Inc\AT8xC51SND1.h" #include "..\Inc\GLOBAL.h" #include "..\Inc\CHIPSOURCE.h" #include "..\Inc\COMMON

usb.h

/********************************************************/ /* */ /* 库 名 称:USB接口函数库 */ /* 功 能 描 述:提供USB接口初始化,配置等操作

usb.c

// ====================================================================== // USB driver // // Entry points: // usb_init() - enable the USB interrupt // usb_poll() - poll for incoming packets and pro

usb.h

// ====================================================================== // Public interface of the USB driver // // Copyright 2006-2008 Dick Streefland // // This is free software, licensed under th

usb.h

#ifndef LIB_H #define LIB_H extern "C" int __declspec(dllexport)add(int x, int y); //extern "C" int __declspec(dllexport)WINAPI EzusbOpen(); #endif

usb.cpp

#include "usb.h" #include "ezusbsys.h" #include "WINDEF.h" #include "stdafx.h" #include "main.h" #include "devioctl.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI

usb.h

/*---------------------------------------------------------------------------- * U S B - K e r n e l *---------------------------------------------------------------------------- * N