memc_test.h

来自「支持三星原产的S3C24A0开发板」· C头文件 代码 · 共 42 行

H
42
字号
/******************************************************************************

 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


void TestMeMc(void);


extern volatile U32 mcDone;
extern volatile U32 meDone;


#define ME_MC_GOB_OPERATION FALSE


#ifdef __cplusplus
}
#endif

#endif /*__MC_TEST_H__*/


⌨️ 快捷键说明

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