代码搜索:usb充电
找到约 10,000 项符合「usb充电」的源代码
代码结果 10,000
www.eeworm.com/read/427835/8916914
o usb.o
XH
H 3 areas 4A global symbols
M usb.asm
S USB_DeviceStatus Ref0000
S USB_TransferType Ref0000
S USB_Configuration Ref0000
S USB_EPDataToggle Ref0000
S Port_1_Data_SHADE Ref0000
S USB_bCurrent
www.eeworm.com/read/427835/8917007
lis usb.lis
0000 ;;*****************************************************************************
0000 ;;*****************************************************************************
0000
www.eeworm.com/read/427835/8917028
asm usb.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB.asm
;; Version: 1
www.eeworm.com/read/427835/8917037
h usb.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: USB.h
// Version: 1.5
www.eeworm.com/read/427835/8917279
inc usb.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB.inc
;; Version: 1
www.eeworm.com/read/427835/8917286
asm usb.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB.asm
;; Version: 1
www.eeworm.com/read/427835/8917294
h usb.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: USB.h
// Version: 1.5
www.eeworm.com/read/186222/8952116
asm usb.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB.asm
;; Version: 1
www.eeworm.com/read/383350/8953104
c usb.c
void stall_ep0(void)
{
D12_SetEndpointStatus(0, 1);
D12_SetEndpointStatus(1, 1);
}
void init_unconfig(void)
{
//unsigned char i;
D12_SetEndpointEnable(0); /* Disable all endpoint
www.eeworm.com/read/383288/8957302
h usb.h
#ifndef _USB_H_
#define _USB_H_
#define Usb_Base_Address 0x2000000
#define Usb_Data_Address 0x0000000
#define Usb_Command_Address 0x0000001
//***************************************************