代码搜索结果
找到约 10,000 项符合
USB 的代码
philips_usb.lnp
"Protodma.obj",
"D12ci.obj",
"Epphal.obj",
"Isr.obj",
"Mainloop.obj",
"Chap_9.obj"
TO "philips_usb"
RAMSIZE(256)
philips_usb.plg
Build target 'usb_book'
compiling Protodma.c...
compiling D12ci.c...
compiling Epphal.c...
.\EPPHAL.C(12): warning C280: 'pio': unreferenced local variable
compiling Isr.c...
compiling Mainloop.c...
c
philips_usb.hex
:10106D0052656164205265676973746572733A20C5
:10107D004F6666736574203D20307825782C204CA2
:10108D00656E677468203D20307825782C20496E78
:10109D00646578203D20307825782E0A00577269D6
:1010AD0074652052656
usb100.h
#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_defs.h
#define TRUE 1
#define FALSE 0
#define NULL 0
#define NUM_CONFIGURATIONS 1
#define NUM_INTERFACES 1
#define ConfiguredUSB() while ((USWSTAT&0x3)!=CONFIG_STATE) {}
#define
usb_main.c
// Software License Agreement
//
// The software supplied herewith by Microchip Technology Incorporated (the "Company")
// for its PICmicro
usb-serial.h
/*
* USB Serial Converter driver
*
* Copyright (C) 1999, 2000
* Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the t