📄 lf2407regs.h
字号:
/**************************************************************
; File Name : LF2407regs.h
; Originator : Texas Instrument-Chongqing University DSPs Lab.
; Description: LF2407 Peripheral Registers + other useful definitions
;**************************************************************/
/*--------------------------------------------------------------
; 片内外围寄存器定义
;--------------------------------------------------------------*/
/*C2xx 内核寄存器
;~~~~~~~~~~~~~~~~~~~~*/
volatile unsigned int *IMR = (volatile unsigned int *)0x0004;
/*中断屏蔽寄存器*/
volatile unsigned int *GREG = (volatile unsigned int *)0x0005;
/*全局变量定位寄存器*/
volatile unsigned int* IFR = (volatile unsigned int *) 0x0006;
/*中断标志寄存器*/
volatile unsigned int* ABRPT = (volatile unsigned int *) 0x01F;
/* 分析断点*/
ioport unsigned portFFFF;
#define WSGR portFFFF
/*系统模块寄存器
;~~~~~~~~~~~~~~~~~~~~~~~*/
volatile unsigned int * PIRQR0 = (volatile unsigned int *) 0x7010;
/* 外围中断请求寄存器0*/
volatile unsigned int * PIRQR1 = (volatile unsigned int *) 0x7011;
/* 外围中断请求寄存器1*/
volatile unsigned int * PIRQR2 = (volatile unsigned int *) 0x7012;
/* 外围中断请求寄存器2*/
volatile unsigned int * PIACKR0 = (volatile unsigned int *) 0x7014;
/* 外围中断应答寄存器0*/
volatile unsigned int * PIACKR1 = (volatile unsigned int *) 0x7015;
/* 外围中断应答寄存器1*/
volatile unsigned int * PIACKR2 = (volatile unsigned int *) 0x7016;
/* 外围中断应答寄存器2*/
volatile unsigned int * SCSR1 = (volatile unsigned int *) 0x7018;
/* 系统控制和状态寄存器1*/
volatile unsigned int * SCSR2 = (volatile unsigned int *) 0x7019;
/* 系统控制和状态寄存器2*/
volatile unsigned int * DIN = (volatile unsigned int *) 0x701C;
/*期间识别寄存器*/
volatile unsigned int * PIVR = (volatile unsigned int *) 0x701E;
/* 外围中断向量寄存器*/
/*看门狗/ 实时中断(RTI) / 锁相环 (PLL) 寄存器
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
volatile unsigned int * WDCNTR = (volatile unsigned int *) 0x7023;
/*看门狗计数寄存器*/
volatile unsigned int * WDKEY = (volatile unsigned int *) 0x7025;
/* 看门狗 Key 寄存器*/
volatile unsigned int * WDCR = (volatile unsigned int *) 0x7029;
/* 看门狗控制寄存器*/
/* 外围中断配置寄存器
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
volatile unsigned int * XINT1CR = (volatile unsigned int *) 0x7070;
/* Int1 配置寄存器*/
volatile unsigned int * XINT2CR = (volatile unsigned int *) 0x7071;
/* Int2 配置寄存器*/
/* 数字 I/O 控制寄存器。
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
volatile unsigned int * MCRA = (volatile unsigned int *) 0x7090;
/* I/O 复用控制寄存器A*/
volatile unsigned int * MCRB = (volatile unsigned int *) 0x7092;
/* I/O 复用控制寄存器B*/
volatile unsigned int * MCRC = (volatile unsigned int *) 0x7094;
/* I/O 复用控制寄存器C*/
volatile unsigned int * IPSRA = (volatile unsigned int *) 0x7094;
/*输入状态寄存器A*/
volatile unsigned int * IPSRB = (volatile unsigned int *) 0x7096;
/*输入状态寄存器B*/
volatile unsigned int * PADATDIR = (volatile unsigned int *) 0x7098;
/* I/O 端口 A 数据和方向控制寄存器*/
volatile unsigned int * PBDATDIR = (volatile unsigned int *) 0x709A;
/* I/O 端口 B 数据和方向控制寄存器*/
volatile unsigned int * PCDATDIR = (volatile unsigned int *) 0x709C;
/* I/O 端口 C 数据和方向控制寄存器*/
volatile unsigned int * PDDATDIR = (volatile unsigned int *) 0x709E;
/* I/O 端口 D 数据和方向控制寄存器*/
volatile unsigned int * PEDATDIR = (volatile unsigned int *) 0x7095;
/* I/O 端口 E 数据和方向控制寄存器*/
volatile unsigned int * PFDATDIR = (volatile unsigned int *) 0x7096;
/* I/O 端口 F 数据和方向控制寄存器*/
/*ADC 寄存器定义
;--------------------------------------------------------------*/
volatile unsigned int * ADCTRL1 = (volatile unsigned int *) 0x70A0;
/* ADC控制寄存器1*/
volatile unsigned int * ADCTRL2 = (volatile unsigned int *) 0x70A1;
/* ADC控制寄存器2*/
volatile unsigned int * MAXCONV = (volatile unsigned int *) 0x70A2;
/*最大转换通道寄存器*/
volatile unsigned int * CHSELSEQ1 = (volatile unsigned int *) 0x70A3;
/*通道选择域 :结果 3,2,1,0*/
volatile unsigned int * CHSELSEQ2 = (volatile unsigned int *) 0x70A4;
/*通道选择域 :结果 7,6,5,4*/
volatile unsigned int * CHSELSEQ3 = (volatile unsigned int *) 0x70A5;
/*通道选择域 :结果 11,10,9,8*/
volatile unsigned int * CHSELSEQ4 = (volatile unsigned int *) 0x70A6;
/*通道选择域 :结果 15,14,13,12*/
volatile unsigned int * AUTO_SEQ_SR = (volatile unsigned int *) 0x70A7;
/* 自动排序状态寄存器 */
volatile unsigned int * RESULT0 = (volatile unsigned int *) 0x70A8;
/* 转换结果寄存器 0*/
volatile unsigned int * RESULT1 = (volatile unsigned int *) 0x70A9;
/* 转换结果寄存器 1*/
volatile unsigned int * RESULT2 = (volatile unsigned int *) 0x70AA;
/* 转换结果寄存器 2*/
volatile unsigned int * RESULT3 = (volatile unsigned int *) 0x70AB;
/* 转换结果寄存器 3*/
volatile unsigned int * RESULT4 = (volatile unsigned int *) 0x70AC;
/* 转换结果寄存器 4*/
volatile unsigned int * RESULT5 = (volatile unsigned int *) 0x70AD;
/* 转换结果寄存器 5*/
volatile unsigned int * RESULT6 = (volatile unsigned int *) 0x70AE;
/* 转换结果寄存器 6*/
volatile unsigned int * RESULT7 = (volatile unsigned int *) 0x70AF;
/* 转换结果寄存器 7*/
volatile unsigned int * RESULT8 = (volatile unsigned int *) 0x70B0;
/* 转换结果寄存器 8*/
volatile unsigned int * RESULT9 = (volatile unsigned int *) 0x70B1;
/* 转换结果寄存器 9*/
volatile unsigned int * RESULT10 = (volatile unsigned int *) 0x70B2;
/* 转换结果寄存器 10*/
volatile unsigned int * RESULT11 = (volatile unsigned int *) 0x70B3;
/* 转换结果寄存器 11*/
volatile unsigned int * RESULT12 = (volatile unsigned int *) 0x70B4;
/* 转换结果寄存器 12*/
volatile unsigned int * RESULT13 = (volatile unsigned int *) 0x70B5;
/* 转换结果寄存器 13*/
volatile unsigned int * RESULT14 = (volatile unsigned int *) 0x70B6;
/* 转换结果寄存器 14*/
volatile unsigned int * RESULT15 = (volatile unsigned int *) 0x70B7;
/* 转换结果寄存器 15*/
volatile unsigned int * CALIBRATION = (volatile unsigned int *) 0x70B8;
/* 校准寄存器*/
/*事件管理器 (EV)/ 事件管理器 A (EVA) 寄存器
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
volatile unsigned int * GPTCONA = (volatile unsigned int *) 0x7400;
/* 通用定时器控制寄存器*/
volatile unsigned int * T1CNT = (volatile unsigned int *) 0x7401;
/* T1 计数器*/
volatile unsigned int * T1CMP = (volatile unsigned int *) 0x7402;
/* T1 比较值寄存器*/
volatile unsigned int * T1PER = (volatile unsigned int *) 0x7403;
/* T1 周期寄存器*/
volatile unsigned int * T1CON = (volatile unsigned int *) 0x7404;
/* T1 控制寄存器*/
volatile unsigned int * T2CNT = (volatile unsigned int *) 0x7405;
/* T2 计数器*/
volatile unsigned int * T2CMP = (volatile unsigned int *) 0x7406;
/* T2 比较值寄存器*/
volatile unsigned int * T2PER = (volatile unsigned int *) 0x7407;
/* T2 周期寄存器*/
volatile unsigned int * T2CON = (volatile unsigned int *) 0x7408;
/* T2 控制寄存器*/
volatile unsigned int * COMCONA = (volatile unsigned int *) 0x7411;
/* 比较控制寄存器*/
volatile unsigned int * ACTRA = (volatile unsigned int *) 0x7413;
/* 比较输出动作控制寄存器*/
volatile unsigned int * DBTCONA = (volatile unsigned int *) 0x7415;
/* 死区控制寄存器*/
volatile unsigned int * CMPR1 = (volatile unsigned int *) 0x7417;
/* 比较值1*/
volatile unsigned int * CMPR2 = (volatile unsigned int *) 0x7418;
/* 比较值2*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -