代码搜索:usb充电
找到约 10,000 项符合「usb充电」的源代码
代码结果 10,000
www.eeworm.com/read/357948/10198161
h usb.h
#ifndef __USB_H__
#define __USB_H__
void Delayms(unsigned char n);
void Delayus(unsigned char n);
void Selectchip(unsigned char ch,unsigned char mode);
void USB_RESET();
unsigned char xReadCH3
www.eeworm.com/read/357551/10206861
map usb.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/357551/10206869
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/357551/10206886
paf usb.paf
www.eeworm.com/read/357551/10206890
pjt usb.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="usb"
ProjectDir="D:\tic2000\myprojects\USB\"
ProjectType=Executable
CPUFamily=TMS32
www.eeworm.com/read/357551/10206897
c usb.c
#include "DEC2812.h"
#include "DSP28_Device.h"
#include "DEC2812_USB.h"
#ifndef _rtc_var
#define _rtc_var
unsigned int readFlag;
unsigned int setupCnt;
unsigned int sx2Setup;
unsigned int
www.eeworm.com/read/357551/10206910
wks usb.wks
www.eeworm.com/read/357483/10208595
cpp usb.cpp
//////////////////////////////////////////////////////////////////////////////
// Copyright
www.eeworm.com/read/356912/10219220
h usb.h
void __irq usb_isr(void);
unsigned char read_usb(unsigned char adr);
void write_usb(unsigned char adr,unsigned char dat);
void init_usb(void);
www.eeworm.com/read/356769/10221472
c usb.c
#include "stdafx.h"
#include
#include
#include
#include
#include
// Microsoft released two setupapi.h files: one in Win98 DDK and
/