memc_test.h
来自「三星s3c2460开发板完整功能测试代码」· C头文件 代码 · 共 43 行
H
43 行
/******************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?