代码搜索:hardware
找到约 10,000 项符合「hardware」的源代码
代码结果 10,000
www.eeworm.com/read/353235/10460298
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/353233/10460431
asm hardware.asm
.DEFINE P_IOA_Data 0x7000; // Write Data into data register and read from IOA pad
.DEFINE P_IOA_Buffer 0x7001; // Write Data into buffer register and read from buffer registe
www.eeworm.com/read/424293/10466043
obj hardware.obj
www.eeworm.com/read/424293/10466131
lst hardware.lst
Sunplus u'nSP Assembler - Ver. 1.8.0
Listing File Has Been Relocated
//====================================================================================
www.eeworm.com/read/279083/10467262
c hardware.c
#define HARDWARE_GLOBALS
#include "config.h"
#include "../include/cfg_net.h"
#define NET_RST 0X00000100//P0.8//0X00000040
#define NET_BASE_ADDR 0X83400000//0x20000000
//#include "r
www.eeworm.com/read/279083/10467281
h hardware.h
#ifdef HARDWARE_GLOBALS
#define HARDWARE_EXT
#else
#define HARDWARE_EXT extern
#endif
#define MAX_REC_BUFF 5
union REC_BUFF_UNION
{
uint32 Dwords[384];
uint16 words[768];
uint8
www.eeworm.com/read/278961/10485339
png hardware.png
www.eeworm.com/read/278871/10501117
txt hardware.txt
@Hardware Data and Specifications
:6845:CRTC
^6845 - Motorola CRT Controller
3B0-3BB Monochrome Monitor Adapter
3D0-3DC Color Graphics Adapter (mapped similarly)
3B0/3D0 port address deco
www.eeworm.com/read/278860/10502306
h hardware.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
Hard_ware.h
Created by Computer-lov. Date: 2005.3.19
Las
www.eeworm.com/read/352835/10502631
inc hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version