代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="usb"
ProjectDir="C:\tic2000\myprojects\SEED-DPS2812-USB\"
ProjectType=Executable
CP
usb.c
#include "DEC2812.h"
#include "DSP28_Device.h"
#include "DEC2812_USB.h"
#ifndef _rtc_var
#define _rtc_var
unsigned int readFlag;
unsigned int setupCnt;
unsigned int sx2Setup;
unsigned int
usb 说明.txt
USB驱动实验
基于清华大学的TEB-44B0实验平台
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 "board.h"
#include "utils.h"
#include "2410addr.h"
#include "2410usb.h"
#include "usblib.h"
#include "usbsetup.h"
#include "usbout.h"
#include "usbin.h"
#ifdef U
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
/****************************************************************
NAME: usb.h
DESC: definitions(USB data structure) for USB setup operation.
Because It's h/w independent file, it may be us