📄 global.h
字号:
/****************************************************************************
Include Section
*****************************************************************************/
#include "configurations.h"
#include <Blackfin.h>
#include "nBlackfin.h"
#include "macros.h"
#include "functions.h"
#include "libdsp.h"
#include "system.h"
#include "ezkitBF537_led.h"
/*****************************************************************************
Symbolic constants / definitions
******************************************************************************/
#define CORE_MMR_BASE 0xFFE00000
#define SYS_MMR_BASE 0xFFC00000
/*****************************************************************************
EOF
******************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -