代码搜索:USB技术
找到约 10,000 项符合「USB技术」的源代码
代码结果 10,000
www.eeworm.com/read/343761/11928748
h usb_defs.h
#define TRUE 1
#define FALSE 0
#define NULL 0
#define SHOW_ENUM_STATUS 1
#define NUM_CONFIGURATIONS 1
#define NUM_INTERFACES 1
#define ConfiguredUSB() ((USWSTAT&0x3) == C
www.eeworm.com/read/343761/11928755
c usb_main.c
// Software License Agreement
//
// The software supplied herewith by Microchip Technology Incorporated (the "Company")
// for its PICmicro
www.eeworm.com/read/154600/11943770
c usb-skeleton.c
/*
* USB Skeleton driver - 2.0
*
* Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of th
www.eeworm.com/read/343458/11946310
c csr_usb.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/257146/11946792
h usb_sys.h
//***********************************************************
//
// USB_SYS.H 引用定义集合文件用于系统调用
// 作者:宫 晨 2007.3.11
//
//***********************************************************
www.eeworm.com/read/343407/11950359
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/343407/11950370
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/343406/11950684
h 2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS
www.eeworm.com/read/343348/11955128
src usb-smc.src
www.eeworm.com/read/343348/11955130