代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.c
/**************************************************************************************
filename: USB.C
designer: 戴展波
date: 2004/11/01
*********************************************************
usb.h
/*********************************************************************************************
filename: USB.h
designer: 戴展波
date: 2004/11/01
**************************************************
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
usb.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "timer.h"
#include "option.h"
#include "2410usb.h"
#include "usblib.h"
#include "usbsetup.h"
#include "usbout.h"
#includ
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
usb.h
#ifndef _USB_H_
#define _USB_H_
#define Usb_Base_Address 0x4000000
#define Usb_Data_Address 0x0000000
#define Usb_Command_Address 0x0000001
//***************************************************
usb.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include "..\inc\usb.h"
//static NU_HISR usb_comm_hisr;
//static NU_TASK task_usbcomm;
usb.h
/* usb.h - Basic USB (Universal Serial Bus) definitions */
/* Copyright 2000-2002 Wind River Systems, Inc. */
/*
Modification history
--------------------
01i,28mar02,h_k removed #if (CPU==SH7700)&