📄 ttbl.h
字号:
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : ttbl.h
* Description : MMU Translation tables
*
* History :
* 1. Date : May, 18 2006
* Author : Stanimir Bonev
* Description : Create
*
* $Revision: 1.1.2.2 $
**************************************************************************/
#include "arm720t_cp15_drv.h"
#ifndef __TTBL_H
#define __TTBL_H
extern Int32U L1Table[L1_ENTRIES_NUMB];
extern const TtSectionBlock_t TtSB[];
extern const TtTableBlock_t TtTB[];
#endif // __TTBL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -