代码搜索:USB

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

代码结果 10,000
www.eeworm.com/read/102439/6231857

c usb_desc.c

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_desc.c Author: JS original, modified by CS Created: AUG 03 Target Device: C8051F320 Source file for USB f
www.eeworm.com/read/102439/6231859

h usb_desc.h

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_desc.h Author: JS Created: AUG 03 Target Device: C8051F320 Header file for USB firmware. Includes descrip
www.eeworm.com/read/102439/6231860

c usb_utils.c

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_utils.c Author: JS Created: AUG 03 Target Device: C8051F320 Source file for USB firmware. Includes the fol
www.eeworm.com/read/102439/6231861

c usb_isr.c

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_isr.c Author: JS & CS Created: AUG 03 Target Device: C8051F320 Source file for USB firmware. Includes the fo
www.eeworm.com/read/102439/6231862

h usb_config.h

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_config.h Author: JS Created: AUG 03 Target Device: C8051F320 Header file for usb firmware. Includes device
www.eeworm.com/read/102439/6231863

c usb_stdreq.c

/* Copyright 2003 Cygnal Integrated Products, Inc. File: usb_stdreq.c Author: JS Created: AUG 03 Target Device: C8051F320 Source file for USB firmware. Includes servic
www.eeworm.com/read/102439/6231914

h usb100.h

#ifndef __USB100_H__ #define __USB100_H__ #include //bmRequest.Dir #define BMREQUEST_HOST_TO_DEVICE 0 #define BMREQUEST_DEVICE_TO_HOST 1 //bmRequest.Type
www.eeworm.com/read/102439/6231934

h usb100.h

#ifndef __USB100_H__ #define __USB100_H__ #include //bmRequest.Dir #define BMREQUEST_HOST_TO_DEVICE 0 #define BMREQUEST_DEVICE_TO_HOST 1 //bmRequest.Type
www.eeworm.com/read/102439/6231957

c usb_descriptor.c

/* File: USB_DESCRIPTOR.c Author: DM Created: 11/22/02 Target Device: C8051F320 Source file for USB firmware. Includes descriptor data. Functions: None */ #
www.eeworm.com/read/102439/6231958

h usb_main.h

/* Rev History 11/22/02 - DM: 1. Updated function prototypes and added constants to USB_MAIN.h with sample interrupt firmware. File: USB_MAIN.h Author: JS