代码搜索:USB
找到约 10,000 项符合「USB」的源代码
代码结果 10,000
www.eeworm.com/read/455624/7369346
lds link_usb.lds
ENTRY(boot)
SECTIONS
{
. = 0x7e00;
.text :
{
*(.text)
. = ALIGN(64);
}
.data :
{
*(.data)
*(.data*)
*(.rdata)
*(.rodata)
*(.rodata*)
*(.idata)
. = ALIGN(64);
}
www.eeworm.com/read/455576/7369930
rar usb_sw.rar
www.eeworm.com/read/455435/7372368
pdf usb2089.pdf
www.eeworm.com/read/455361/7372873
c usb232.c
// ICC-AVR application builder : 02/01/15 22:28:59
// Target : 2313
// Crystal: 11.059Mhz
#include
#include
#include
void port_init(void)
{
PORTB = 0xFF;
www.eeworm.com/read/455208/7376059
c usb_drv.c
#include "usb_cfg.h"
#include "usb_def.h"
#include "usb_reg.h"
#include "at89x52.h"
#include "stdio.h"
#include "disk_cfg.h"
#include "INTRINS.H"
#define nop _nop_()
#define uint unsigned int
www.eeworm.com/read/455208/7376063
h usb_reg.h
#define uchar unsigned char
#define uint unsigned int
#define RUN P3_4
#define RST P3_5
uchar xdata MCNTRL _at_ 0x8000;
uchar xdata CCONF _at_ 0x8001;
uch
www.eeworm.com/read/455208/7376071
obj usb_drv.obj
www.eeworm.com/read/455208/7376072
h usb_cfg.h
#define uint unsigned int
#define uchar unsigned char
#include "usb_def.h"
#define MS_MAX_LUN 0 /* number of logical unit - 1 */
/* USB Driver */
#define VENDOR_ID
www.eeworm.com/read/455208/7376073
h usb_def.h
#define NULL 0
#define TRUE 1
#define FALSE 0
/*_____ M A C R O S ________________________________________________________*/
#define CONTROL 0x80
#define BULK_IN 0
www.eeworm.com/read/455208/7376074
lst usb_drv.lst
C51 COMPILER V7.06 USB_DRV 08/05/2007 09:42:58 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE USB_DRV
OBJECT MODULE PLACED IN