代码搜索结果
找到约 35,951 项符合
USB 的代码
usbò»+
礦ision2 Build Log
Project:
E:\Study\Hardware\MCU\TX-1B\usb\0.1\firmware\d12v0.1.uv2
Project File Date: 09/28/2006
Output:
Build target 'Target
usbò»+
#ifndef __USB100_H__
#define __USB100_H__
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED
usb.h
//USB
/* USB Driver */
#define USB_PU_CTRL FALSE /* no pull-up control */
#define VENDOR_ID 0xEB03 /* Atmel vendor ID = 03EBh */
#define PRODUCT_ID
usb.h
/********************************************************/
/* */
/* 库 名 称:USB接口函数库 */
/* 功 能 描 述:提供USB接口初始化,配置等
usb.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (USB)
Group (Library)
Group (SCSI)
File 1,1,
usb.lnp
"main.obj"
TO "USB"
RAMSIZE(256)
usb.h
/********************************************************/
/* */
/* 库 名 称:USB接口函数库 */
/* 功 能 描 述:提供USB接口初始化,配置等操作
usb.c
/*
Open Source BDM - USB communication
/* Prominent Notice-This software was modified from TBDML software - 12/05
This program is free software; you can redistribute it and/or modify
13.2.2通用usb程序模块.txt
#define NUM-ENDPOINTS 4
#define CONFIG-DESCRIPTOR-LENGTH sizeof (USB-CONFIGURATION-DESCRIPTOR)
+sizeof (USB-INTERFACE-DESCRIPTOR)
+(NUM-ENDPOINTS*sizeof (USB-ENDPOINT-DESCRIPTOR))
void fn-usb
usb.h
/*********************************************************************
*
* Microchip USB C18 Firmware Version 1.0
*
*************************************************************