代码搜索:usb充电
找到约 10,000 项符合「usb充电」的源代码
代码结果 10,000
www.eeworm.com/read/180804/9295076
c usb.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include "..\inc\usb.h"
#include
#include
#include
//sta
www.eeworm.com/read/377086/9295548
philips_usb
www.eeworm.com/read/376955/9299478
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/376954/9299749
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/376343/9320326
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/179797/9336217
c usb.c
/* EP(End Point)
0 : Command In
1 : Bulk Out
2 : Bulk In
3 : Interrupt Out
*/
void Init_USB(void)
{
USB_Reset = 0;
Delay_100ms(1);
/*
USBI_VID1 = 0x88; // Vender ID = 8788
USBI_VID2
www.eeworm.com/read/179797/9336234
bak usb.bak
/* EP(End Point)
0 : Command In
1 : Bulk Out
2 : Bulk In
3 : Interrupt Out
*/
void Init_USB(void)
{
USB_Reset = 0;
Delay_100ms(1);
USBI_VID1 = 0x88; // Vender ID = 8788
USBI_VID2 =
www.eeworm.com/read/375880/9345667
c usb.c
#include
#include "def.h"
#include "at4x0f.h"
#include "debug.h"
#include "usbotg.h"
#include "nand.h"
#include "loader.h"
#include "vendormsg.h"
//#include "bspname.h"
#define B
www.eeworm.com/read/375880/9345670
h usb.h
#ifndef _ATLAS_USB_H_
#define _ATLAS_USB_H_
//follwing are from usb spec
#define USB_GET_STATUS 0x00
#define USB_CLEAR_FEATURE 0x01
#define USB_SET_FEATURE 0x03
#define USB_SET_ADDR
www.eeworm.com/read/375774/9349777