代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.c
/* EP(End Point)
0 : Command In
1 : Bulk Out
2 : Bulk In
3 : Interrupt Out
*/
void Init_USB(void)
{
USB_Reset = 0;
Delay_100ms(1);
/*
USBI_VID1 = 0x88; // Vender ID = 8788
USBI_VID2
usb.bak
/* EP(End Point)
0 : Command In
1 : Bulk Out
2 : Bulk In
3 : Interrupt Out
*/
void Init_USB(void)
{
USB_Reset = 0;
Delay_100ms(1);
USBI_VID1 = 0x88; // Vender ID = 8788
USBI_VID2 =
usb.c
#include
#include "def.h"
#include "at4x0f.h"
#include "debug.h"
#include "usbotg.h"
#include "nand.h"
#include "loader.h"
#include "vendormsg.h"
//#include "bspname.h"
#define B
usb.h
#ifndef _ATLAS_USB_H_
#define _ATLAS_USB_H_
//follwing are from usb spec
#define USB_GET_STATUS 0x00
#define USB_CLEAR_FEATURE 0x01
#define USB_SET_FEATURE 0x03
#define USB_SET_ADDR
usb.m
function y=USB(m,n)
fs=10000;
fc=1000;
fm=100;
t=0:1/fs:1/10;
m=0.4.*cos(2.*pi.*fm.*t);
s1=cos(2.*pi.*fc.*t);
n=0.4.*sin(2.*pi.*fm.*t);
s2=sin(2.*pi.*fc.*t);
y=1/2.*m.*s1-1/2.*n.*s2;
plot(y)
x=ff
usb.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
USB.H
Abstract:
structures and APIs for USB drivers.
Environment:
Kernel & user mode
usb.out
WARNING: Default time step is used for VCD tracing.
The Default Time Unit is: 1 ns
**************************************************
*** CONTROL EP TEST 0 ***
*************
usb.h
/////////////////////////////////////////////////////////////////////
//// ////
//// USB 1.1
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