代码搜索:USB OTG

找到约 10,000 项符合「USB OTG」的源代码

代码结果 10,000
www.eeworm.com/read/467464/1501914

h usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif
www.eeworm.com/read/467464/1502098

c usb_irq.c

#include "usb_irq.h" #include "system.h" #include "sys/alt_irq.h" alt_irq_context status; unsigned char INT_Enabled=1; void disable() { if(INT_Enabled) { status=alt_irq_disable_al
www.eeworm.com/read/467464/1502101

h usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif
www.eeworm.com/read/467464/1502159

c usb_irq.c

#include "usb_irq.h" #include "system.h" #include "sys/alt_irq.h" alt_irq_context status; unsigned char INT_Enabled=1; void disable() { if(INT_Enabled) { status=alt_irq_disable_al
www.eeworm.com/read/467464/1502162

h usb_irq.h

#ifndef __USB_IRQ_H__ #define __USB_IRQ_H__ // IRQ basic action for usb void disable(); void enable(); #endif
www.eeworm.com/read/466864/1508209

asm usb_1.asm

;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: USB_1.asm ;; Version:
www.eeworm.com/read/466864/1508210

inc usb_1.inc

;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: USB_1.inc ;; Version:
www.eeworm.com/read/466864/1508332

asm usb_1.asm

;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: USB_1.asm ;; Version:
www.eeworm.com/read/466864/1508333

inc usb_1.inc

;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: USB_1.inc ;; Version:
www.eeworm.com/read/466251/1513339

h 2440usb.h

/********************************************* NAME: 2410usb.h DESC: HISTORY: 03.23.2002:purnnamu: first release for 2410 03.19.2003:purnnamu: updated for WinCE USB driver. *********