代码搜索:usb充电
找到约 10,000 项符合「usb充电」的源代码
代码结果 10,000
www.eeworm.com/read/13690/280136
usbò»+
//#include
#include
#include /* special function register declarations */
//#include "epphal.h"
#include "d12ci.h"
#include "mainloop.h"
#includ
www.eeworm.com/read/13690/280137
usbò»+
#include /* special function register declarations */
#include "mainloop.h"
#include "d12ci.h"
#include "absacc.h"
//#include "epphal.h"
#define D12_DATA 0xEFF0 //
www.eeworm.com/read/13690/280138
usbò»+
"STARTUP.obj",
"Chap_9.obj",
"D12ci.obj",
"Isr.obj",
"main.obj"
TO "d12v0.1"
RAMSIZE(256)
www.eeworm.com/read/13690/280139
usbò»+
C51 COMPILER V7.02b ISR 09/28/2006 22:04:34 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE ISR
OBJECT MODULE PLACED IN Is
www.eeworm.com/read/13690/280140
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
www.eeworm.com/read/13690/280141
usbò»+
www.eeworm.com/read/13690/280142
usbò»+
// interface.h - device interface classes for ForUsb
// This GUID identifies the device interface class used by the ForUsbDevice device
// TODO: If your driver supports a standard interface, use
www.eeworm.com/read/13690/280143
usbò»+
// ForUsbioctl.h
//
// Define control codes for ForUsb driver
//
#ifndef __ForUsbioctl__h_
#define __ForUsbioctl__h_
#define FORUSB_IOCTL_Test CTL_CODE(FILE_DEVICE_UNKNOWN, 0x800, METHOD_BUF
www.eeworm.com/read/13690/280144
usbò»+
www.eeworm.com/read/13690/280145
usbò»+
由于PHILIPS公司生产的PDIUSBD12芯片自身存在一个小小的问题,即当片选没有选中时它的第14角仍然会输出低电平的中断信号,由于它接单片机的P3。3,所以与本实验板上的矩阵键盘共用的P3。3口有冲突,为了让大家正常使用实验板,使用PDIUSBD12芯片时请将该芯片左边的INT1两线柱短接。在不使用该芯片时不用接。这个改动不会影响到该实验板的功能。
...