代码搜索结果
找到约 10,000 项符合
USB 的代码
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
usb_main.c
// Software License Agreement
//
// The software supplied herewith by Microchip Technology Incorporated (the "Company")
// for its PICmicro
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
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
usb_sys.h
//***********************************************************
//
// USB_SYS.H 引用定义集合文件用于系统调用
// 作者:宫 晨 2007.3.11
//
//***********************************************************
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
usb_irq.h
#ifndef __USB_IRQ_H__
#define __USB_IRQ_H__
// IRQ basic action for usb
void disable();
void enable();
#endif
2410usb.h
/*********************************************
NAME: 2410usb.h
DESC:
HISTORY:
03.23.2002:purnnamu: first release for 2410
*********************************************/
#ifndef __24XUS