代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/462027/1548626
h usb.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/460640/1559065
h usb.h
#ifndef _USB_H
#define _USB_H
#ifdef _USB_C
#define USB_EXTERN
#else
#define USB_EXTERN extern
#endif
#ifdef SUPPORT_USB_COPY
#define USB_PAGE_ITEM_NUM 6
#define USB_TOTAL_ITEM
www.eeworm.com/read/460640/1559080
c usb.c
#ifndef _USB_C
#define _USB_C
#include "general.h"
#include "osdshow.h"
#include "../fslist/flcomm.h"
#ifdef UNICODE_SUPPORT_COPY
#include "../fslist/flspec.h"
#endif
void DRS232LogS(char
www.eeworm.com/read/460622/1559670
c usb.c
#include "def.h"
#include "board.h"
#include "utils.h"
#include "2410addr.h"
#include "2410usb.h"
#include "usblib.h"
#include "usbsetup.h"
#include "usbout.h"
#include "usbin.h"
#ifdef U
www.eeworm.com/read/460622/1559672
h 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
www.eeworm.com/read/460622/1559900
c usb.c
#include "def.h"
#include "board.h"
#include "utils.h"
#include "2410addr.h"
#include "2410usb.h"
#include "usblib.h"
#include "usbsetup.h"
#include "usbout.h"
#include "usbin.h"
#ifdef U
www.eeworm.com/read/460622/1559902
h 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
www.eeworm.com/read/460094/1562108
h usb.h
#define IO_9603 0x4000000 /*9603 uses nGCS2 */
void __irq usb_isr(void);
unsigned char read_usb(unsigned char adr);
void write_usb(unsigned char adr,unsigned char dat);
void bitset(unsigned char a
www.eeworm.com/read/459598/1567388
c usb.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic