国嵌所有的实验代码

源代码在线查看: profile.h

软件大小: 1805 K
上传用户: apsdn
关键词: 国嵌 代码 实验
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*********************************************
				  NAME: profile.h
				  DESC: 
				  HISTORY:
				  Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon 
				 *********************************************/
				
				
				#ifndef __profile_h__
				#define __profile_h__
				
				#ifdef __cplusplus
				extern "C" {
				#endif
				
				void Timer_InitEx(void);
				void Timer_StartEx(void);
				float Timer_StopEx(void);
				
				#ifdef __cplusplus
				}
				#endif
				
				#endif /*__profile_h__*/ 
							

相关资源