cache.h

来自「S3C2410例子程序」· C头文件 代码 · 共 12 行

H
12
字号
#ifndef __CACHE_H__
#define __CACHE_H__

void Test_Cache(void);
extern int DCache_Test(void);
extern int  ICache_Test(void);
extern int DMMU_Test(void);
extern int IMMU_Test(void);

void Test_ICache(void);
#endif /*__CACHE_H__*/

⌨️ 快捷键说明

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