⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 memc_test.h

📁 三星s3c2460开发板完整功能测试代码
💻 H
字号:
/******************************************************************************

 Filename:	memc_test.h

 Descriptions		
 - none

 History
 -19.Dec.2003
  draft
 
 Copyright (c) 2003 SAMSUNG Electronics.
 # However, Anybody can use this code without our permission.  

 ******************************************************************************/
 
#ifndef __MEMC_TEST_H__
#define __MEMC_TEST_H__

#ifdef __cplusplus
extern "C" {
#endif

#include "def.h"

void TestMeMc(void);


extern volatile unsigned int mcDone;
extern volatile unsigned int meDone;


#define ME_MC_GOB_OPERATION FALSE


#ifdef __cplusplus
}
#endif

#endif /*__MC_TEST_H__*/


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -