代码搜索结果
找到约 10,000 项符合
USB 的代码
usb.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB.asm
;; Version: 1
usb.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: USB.h
// Version: 1.5
usb.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB.asm
;; Version: 1
usb.c
void stall_ep0(void)
{
D12_SetEndpointStatus(0, 1);
D12_SetEndpointStatus(1, 1);
}
void init_unconfig(void)
{
//unsigned char i;
D12_SetEndpointEnable(0); /* Disable all endpoint
usb.h
#ifndef _USB_H_
#define _USB_H_
#define Usb_Base_Address 0x2000000
#define Usb_Data_Address 0x0000000
#define Usb_Command_Address 0x0000001
//***************************************************
usb.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
usb.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
usb.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR