init.h
来自「用TMS320F206实现图像等高速上网传输功能」· C头文件 代码 · 共 34 行
H
34 行
*File: init.h*
*include file with I/O register declaration *
.mmregs
.bss dmem,10
.def ini_d
ini_d: .usect "new",10
.data
.word 055aah
.word 0aa55h
*on-chip register equates*
*CLKOUT*
clk1 .set 0ffe8h
*INTERRUPT CONTROL
icr .set 0ffech
*SYNC PORT*
sdtr .set 0fff0h
sspcr .set 0fff1h
*UART*
adtr .set 0fff4h
aspcr .set 0fff5h
iosr .set 0fff6h
brd .set 0fff7h
*TIMER*
tcr .set 0fff8h
prd .set 0fff9h
tim .set 0fffah
*WAIT STATES*
wsgr .set 0fffch
*Variables*
rxbuf .set 0300h
xrbuf .set 0200h
size .set 00020h
del .set 0010h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?