cache.h

来自「凌阳SPCE3200多媒体开发板自带源程序。共安排了32个子目录」· C头文件 代码 · 共 19 行

H
19
字号
// SUNPLUS  S+core IDE generated include file.#ifndef ANISPG290_CACHE_H_24464_26962__INCLUDED_#define ANISPG290_CACHE_H_24464_26962__INCLUDED_extern void CacheSelectType(int Type);		// write-through or write-back											// 0 : write-through, 1 : write-backextern int CacheCurrType(void);				// Return the current status of Cache											// 0 : write-through, 1 : write-backextern void DCacheInvaEtr(void);			// Invalid Entire Data Cacheextern void DCacheFrcWrtInva(void);			// Force write-back entire D-Cache and set invalidextern void DCacheFrcWrtVa(void);			// Force write-back entire D-Cache and set valid#endif //ANISPG290_CACHE_H_24464_26962__INCLUDED_

⌨️ 快捷键说明

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