mmregs.c
来自「利用ti54x系列dsp编解码dtmf源程序的第三版」· C语言 代码 · 共 31 行
C
31 行
/*************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**************************************************************
* Program Name: DTMF tone decoder *
* File Name: mmregs.c *
* File Description: memory mapped registers *
* *
* Author: Gunter Schmer *
* Date: 03/24/97 *
* Revision: 3.0 *
* Latest working date: 03/24/97 *
*************************************************************/
/* certain memory mapped regs */
volatile unsigned int *IMR_REG = (volatile unsigned int *) 0x0000;
volatile unsigned int *IFR_REG = (volatile unsigned int *) 0x0001;
volatile unsigned int *PMST_REG = (volatile unsigned int *) 0x001D;
volatile unsigned int *DRR0_REG = (volatile unsigned int *) 0x0020;
volatile unsigned int *DXR0_REG = (volatile unsigned int *) 0x0021;
volatile unsigned int *SPC0_REG = (volatile unsigned int *) 0x0022;
volatile unsigned int *TIM_REG = (volatile unsigned int *) 0x0024;
volatile unsigned int *PRD_REG = (volatile unsigned int *) 0x0025;
volatile unsigned int *TCR_REG = (volatile unsigned int *) 0x0026;
volatile unsigned int *DRR1_REG = (volatile unsigned int *) 0x0030;
volatile unsigned int *DXR1_REG = (volatile unsigned int *) 0x0031;
volatile unsigned int *SPC1_REG = (volatile unsigned int *) 0x0032;
volatile unsigned int *SWWSR_REG = (volatile unsigned int *) 0x0028;
volatile unsigned int *BSCR_REG = (volatile unsigned int *) 0x0029;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?