📄 icache270.h
字号:
/*
DM270 ARM Evaluation Software
(c)Texas Instruments 2003
*/
/** \defgroup ICACHE Instruction Cache */
/*@{*/
/** \file icache270.h
\brief Instruction Cache related APIs
Also refer to DM270 register manual for details
*/
#ifndef _ICACHE270_H_
#define _ICACHE270_H_
#include <system/armsys270.h>
STATUS ICACHE_enable(BOOL enable, BOOL burstAccessEnable);
STATUS ICACHE_clear();
#endif /* _ICACHE270_H_ */
/*@}*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -