📄 cache.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -