代码搜索:USB技术

找到约 10,000 项符合「USB技术」的源代码

代码结果 10,000
www.eeworm.com/read/427835/8917294

h usb.h

//***************************************************************************** //***************************************************************************** // FILENAME: USB.h // Version: 1.5
www.eeworm.com/read/186222/8952116

asm usb.asm

;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: USB.asm ;; Version: 1
www.eeworm.com/read/383350/8953104

c 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
www.eeworm.com/read/383288/8957302

h usb.h

#ifndef _USB_H_ #define _USB_H_ #define Usb_Base_Address 0x2000000 #define Usb_Data_Address 0x0000000 #define Usb_Command_Address 0x0000001 //***************************************************
www.eeworm.com/read/185897/8979386

out usb.out

www.eeworm.com/read/185897/8979398

map usb.map

****************************************************************************** TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00 ******************************************
www.eeworm.com/read/185897/8979416

mak 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
www.eeworm.com/read/185897/8979448

cmd usb.cmd

/* SOLUTION FILE FOR LAB11.CMD */ MEMORY { PAGE 0: VECS origin = 0000h, length = 0040h FLASH: origin = 100h, length = 7F00h SAR
www.eeworm.com/read/185897/8979470

wks usb.wks

www.eeworm.com/read/427058/8980399

h 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