master.h
来自「利用ccs3.3 开发环境」· C头文件 代码 · 共 15 行
H
15 行
#define SDRAM_BASE_ADDRESS 0xa0000000
#define SDRAM_SIZE 0x2000
#define GETUSB_DATA4 *(int*)(0x80000808)
#define SENDUSB_DATA8(tmp) *(int*)(0x8000080c)=tmp
#define UsbPort4StatusAddress *(int*)0x80000008
#define UsbPort8StatusAddress *(int*)0x8000000c
#define LED *(int*)(0x80000200)
#define SW *(int*)(0x80000000)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?