代码搜索结果

找到约 10,000 项符合 USB 的代码

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

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

usb.d

usb.o usb.d: ../common/usb.c ../common/fwx.h fwxcfg.h ../common/CY7C67200_300.h \ ../common/hwfixes.h ../common/usb.h ../common/urb.h ../common/td.h \ ../common/debug.h ../common/logger.h ../commo

usb.c

/* File: usb.c */ /* Copyright 2003, Cypress Semiconductor Corporation * * This software is owned by Cypress Semiconductor Corporation (Cypress) and * is protected by United States copyright

usb.h

/* usbdriver.h - USB Device Driver header file */ /* Copyright 2003, Cypress Semiconductor Corporation * * This software is owned by Cypress Semiconductor Corporation (Cypress) and * is prote

usb.lds.in

#include "config.h" OUTPUT_FORMAT("elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) SECTIONS { . = SDRAM_BASE; . = ALIGN(4); .text : { *(.text) } . = ALIGN(4); .ro

usb.h

#ifndef __USB_H__ #define __USB_H__ /*Standard RequestType (Direction)*/ #define HOST_TO_DEVICE 0x00 #define DEVICE_TO_HOST 0x80 /*Standard RequestType (Type)*/

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);