代码搜索:hardware
找到约 10,000 项符合「hardware」的源代码
代码结果 10,000
www.eeworm.com/read/167797/9952446
inc hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
www.eeworm.com/read/167797/9952469
h hardware.h
#ifndef __HARDWARE_H__
#define __HARDWARE_H__
// write your header here
//========================================================================================
// Progarm: The file be included by
www.eeworm.com/read/167797/9952482
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/167729/9953817
inc hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
www.eeworm.com/read/167374/9970905
inc hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
www.eeworm.com/read/363034/9971025
c hardware.c
#include
#include "define.h"
void initRegister()
{
ES = 1;
EA = 1;
}
char ReadCom()
{
return SBUF;
}
void WriteCom(byte dat)
{
SBUF = dat;
}
void StartComSend(
www.eeworm.com/read/362971/9973180
h hardware.h
/*-----------------------------------------------------------------------------
* Hardware-dependent code for usb_jtag
*-----------------------------------------------------------------------------
www.eeworm.com/read/362813/9979767
h hardware.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
Hard_ware.h
Created by Computer-lov. Date: 2005.3.19
Las
www.eeworm.com/read/362534/9993654
h hardware.h
/********************************************************/
/* */
/* Samsung S3C44B0 */
/* tpu */
/* */
/********************************************************/
#if
www.eeworm.com/read/361442/10051769
c hardware.c
//*******************************************************************************
//Copyright (c) 2007,派利斯电子(北京)有限公司 硬件部
//文件名称: Hardware.c
//摘 要: 本文件主要包含PT2060程序中与硬件相关的初始化、操作和I/O操作部分
//当前版本: D