Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
target.h
Package: GPRS_work.rar [view]
Upload User: sdaoma
Upload Date: 2013-08-07
Package Size: 3838k
Code Size: 3k
Category:
GPS develop
Development Platform:
C/C++
- /****************************************Copyright (c)**************************************************
- ** Guangzou ZLG-MCU Development Co.,LTD.
- ** graduate school
- ** http://www.zlgmcu.com
- **
- **--------------File Info-------------------------------------------------------------------------------
- ** File name: target.h
- ** Last modified Date: 2004-09-17
- ** Last Version: 1.0
- ** Descriptions: header file of the specific codes for LPC2200 target boards
- ** Every project should include a copy of this file, user may modify it as needed
- **------------------------------------------------------------------------------------------------------
- ** Created by: Chenmingji
- ** Created date: 2004-02-02
- ** Version: 1.0
- ** Descriptions: The original version
- **
- **------------------------------------------------------------------------------------------------------
- ** Modified by: Chenmingji
- ** Modified date: 2004-09-17
- ** Version: 1.01
- ** Descriptions: Renewed the template, added codes to surport more compilers
- **
- **------------------------------------------------------------------------------------------------------
- ** Modified by:
- ** Modified date:
- ** Version:
- ** Descriptions:
- **
- ********************************************************************************************************/
- #ifndef __TARGET_H
- #define __TARGET_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef IN_TARGET
- extern void Reset(void);
- /*********************************************************************************************************
- ** Function name: Reset
- ** Descriptions: resets the target board.
- ** input parameters: None
- **
- ** Returned value: None
- **
- ** Used global variables: None
- ** Calling modules: None
- **
- ** Created by: Chenmingji
- ** Created Date: 2004/02/02
- **-------------------------------------------------------------------------------------------------------
- ** Modified by:
- ** Modified date:
- **------------------------------------------------------------------------------------------------------
- ********************************************************************************************************/
- extern void TargetInit(void);
- /*********************************************************************************************************
- ** Function name: TargetInit
- **
- ** Descriptions: Initialize the target board; it is called in a necessary place, change it as
- ** needed
- **
- ** input parameters: None
- ** Returned value: None
- **
- ** Used global variables: None
- ** Calling modules: None
- **
- ** Created by: Chenmingji
- ** Created Date: 2004/02/02
- **-------------------------------------------------------------------------------------------------------
- ** Modified by:
- ** Modified date:
- **------------------------------------------------------------------------------------------------------
- ********************************************************************************************************/
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
- /*********************************************************************************************************
- ** End Of File
- ********************************************************************************************************/