📄 mmregs.c
字号:
/*************************************************************
* (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -