代码搜索:usb充电
找到约 10,000 项符合「usb充电」的源代码
代码结果 10,000
www.eeworm.com/read/360135/10108707
09 usb+ަ
www.eeworm.com/read/164409/10110017
txt usb.txt
头文件:
typedef struct {
unsigned char bmRequestType;
unsigned char bRequest;
unsigned short wValue;
unsigned short wIndex;
unsigned short wLength;
} USB_SETUP_REQUEST, *PUSB_SETUP_REQUEST;
www.eeworm.com/read/164392/10111277
c usb.c
#include "config.h"
void suspd(uint8 value)//USB控制挂起控制函数:value=1,表示输出为高,value=0,表示输出为低。p2.30
{
if(value==0)
{
IO2CLR = 0x40000000;
}
else if(value==1)
www.eeworm.com/read/164392/10111279
h usb.h
extern void suspd(uint8 value);
extern void rst_usb(uint8 value);
www.eeworm.com/read/359970/10113258
prj usb.prj
[AVRGCCIDE]
Version=Version:2.03
[Compiler Files]
Count=13
File0=clock.c
File1=clock.h
File2=iarcompat.h
File3=isp.c
File4=isp.h
File5=main.c
File6=oddebug.c
File7=oddebug.h
File8=usbconfi
www.eeworm.com/read/359970/10113260
elf usb.elf
www.eeworm.com/read/359970/10113272
cof usb.cof
www.eeworm.com/read/359970/10113282
hex usb.hex
:100000003BC0DBCA53C052C051C050C04FC04EC0ED
:100010004DC04CC04BC04AC049C048C047C046C094
:1000200045C044C043C0040309041C0377007700A3
:1000300077002E00660069007300630068006C00A2
:100040002E006400650
www.eeworm.com/read/359882/10118465
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
www.eeworm.com/read/164178/10124013