代码搜索:usb 是什么?
找到约 10,000 项符合「usb 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/479151/1342844
h irda-usb.h
/*****************************************************************************
*
* Filename: irda-usb.h
* Version: 0.9b
* Description: IrDA-USB Driver
* Status: Experimental
www.eeworm.com/read/478465/1352937
c usb_irq.c
#include "usb_irq.h"
#include "system.h"
#include "sys/alt_irq.h"
alt_irq_context status;
unsigned char INT_Enabled=1;
void disable()
{
if(INT_Enabled)
{
status=alt_irq_disable_al
www.eeworm.com/read/478465/1352940
h usb_irq.h
#ifndef __USB_IRQ_H__
#define __USB_IRQ_H__
// IRQ basic action for usb
void disable();
void enable();
#endif
www.eeworm.com/read/478140/1354051
txt usb_postinstall.txt
After Flip installation completion :
- Execute :
Start > Programs > Atmel > FLIP > Install USB Drivers
- Plug the USB device and use the usb_dfu_snd1.inf file
as the T89C51SND1 hardw
www.eeworm.com/read/478140/1354061
txt usb_postinstall.txt
After Flip installation completion :
- Execute :
Start > Programs > Atmel > FLIP > Install USB Drivers
- Plug the USB device and use the usb_dfu_snd1.inf file
as the T89C51SND1 hardw
www.eeworm.com/read/478140/1354070
h usb_drv.h
/*H**************************************************************************
* $RCSfile: usb_drv.h,v $
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/478140/1354071
c usb_drv.c
/*C**************************************************************************
* $RCSfile: usb_drv.c,v $
*----------------------------------------------------------------------------
* Copyright (c)
www.eeworm.com/read/478140/1354113
h usb_task.h
/*H**************************************************************************
* $RCSfile: usb_task.h,v $
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/478140/1354114
c usb_task.c
/*C**************************************************************************
* $RCSfile: usb_task.c,v $
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/477919/1355298
h usb_ohci.h
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
*
* us