ttbl.h
来自「NXP LPC系列AMR7的开发程序源码(LCD」· C头文件 代码 · 共 27 行
H
27 行
/*************************************************************************
*
* 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 + =
减小字号Ctrl + -
显示快捷键?