ext_intf.h
来自「dsp28335例程」· C头文件 代码 · 共 20 行
H
20 行
#define end 0xfffd
#define last 0xfffe
#define OutReg (*((volatile Uint16 *)0x40FF))
#define LedReg (*((volatile Uint16 *)0x41FF))
#define SDReg (*((volatile Uint16 *)0x43FF))
#define KeyReg (*((volatile Uint16 *)0x44FF))
#define InlReg (*((volatile Uint16 *)0x45FF))
#define InhReg (*((volatile Uint16 *)0x46FF))
#define IntReg (*((volatile Uint16 *)0x47FF))
#define LCD_DAT (*((volatile Uint16 *)0x48EF))
#define LCD_COM (*((volatile Uint16 *)0x48FF))
void LcdInit(Uint16 *p1,Uint16 *p2);
void ClearScr(void);
void MainWindows(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?