target.h
来自「摩托罗拉 ColdFire 5206E 在UCOSII上的移植代码」· C头文件 代码 · 共 18 行
H
18 行
/*****************************************************************************************
*
* target.h
*
* Definitions for particular target boards.
*
*****************************************************************************************/
#ifndef INCLUDE_TARGET_H
#define INCLUDE_TARGET_H
#include "mcf5206e.h" // include ColdFire 5206e registers definitions
#define EVT_ADDRESS 0x00000000 // EVT starts at this address
#define MBAR 0x10000000 // CPU's SIM starts at this address
#define SYSCLK 54000000 // clock speed (Hz)
#endif // INCLUDE_TARGET_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?