⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ti1692_2.nfo

📁 转载: DSP串口硬件SPI接口LCD12864显示C++程序代码 细描述: 终于把5409的McBSP的配置搞清楚了!现在就把我做的写出来
💻 NFO
字号:
TMS320C54x ANSI C Optimizer     Version 3.70
Copyright (c) 1996-2001           Texas Instruments Incorporated

		======File-level Analysis Summary======


extern void McBSP0Init() is called from 1 sites in this file.
    It appears to be inlineable (size = 10 units)
    It calls these functions:
	<NONE>

extern void McBSP1Init() is called from 1 sites in this file.
    It appears to be inlineable (size = 10 units)
    It calls these functions:
	<NONE>

extern void PllInit() is called from 1 sites in this file.
    It calls these functions:
	<NONE>

extern void SystemInit() is called from 1 sites in this file.
    It appears to be inlineable (size = 32 units)
    It calls these functions:
	TIMER1Init()
	TIMER0Init()
	McBSP1Init()
	McBSP0Init()
	PllInit()

extern void TIMER0Init() is called from 1 sites in this file.
    It appears to be inlineable (size = 16 units)
    It calls these functions:
	<NONE>

extern void TIMER1Init() is called from 1 sites in this file.
    It appears to be inlineable (size = 16 units)
    It calls these functions:
	<NONE>

extern void Timer0Isr() is called from 0 sites in this file.
    It calls these functions:
	<NONE>

extern void Timer1Isr() is called from 0 sites in this file.
    It calls these functions:
	<NONE>

extern struct _SystemObj *__ct() is called from 1 sites in this file.
    It calls these functions:
	SystemInit()
	_nw()

extern void __sti() is called from 0 sites in this file.
    It appears to be inlineable (size = 4 units)
    It calls these functions:
	_ct()

extern int main() is called from 0 sites in this file.
    It calls these functions:
	<NONE>

Making unmodified global variable CONST:
	static volatile struct __TI_TIMER * const TIMER1 = (_TI_PTIMER)0x30u;

Making unmodified global variable CONST:
	static volatile struct __TI_TIMER * const TIMER0 = (_TI_PTIMER)0x24u;

Making unmodified global variable CONST:
	static volatile struct __TI_McBSP1 * const McBSP1 = (_TI_PMcBSP1)0x40u;

Making unmodified global variable CONST:
	static volatile struct __TI_McBSP0 * const McBSP0 = (_TI_PMcBSP0)0x20u;

Making unmodified global variable CONST:
	static volatile struct __TI_SREG * const SREG = NULL;

Address of global variable is never taken:
	static volatile struct __TI_TIMER * const TIMER1
	static volatile struct __TI_TIMER * const TIMER0
	static volatile struct __TI_McBSP1 * const McBSP1
	static volatile struct __TI_McBSP0 * const McBSP0
	static volatile struct __TI_SREG * const SREG


Global variable is not modified in this file:
	static volatile struct __TI_TIMER * const TIMER1
	static volatile struct __TI_TIMER * const TIMER0
	static volatile struct __TI_McBSP1 * const McBSP1
	static volatile struct __TI_McBSP0 * const McBSP0
	static volatile struct __TI_SREG * const SREG


These functions may be recursive:
	_sti()
	_ct()

Making this function inlineable: McBSP0Init()

Making this function inlineable: McBSP1Init()

Making this function inlineable: TIMER0Init()

Making this function inlineable: TIMER1Init()

Making this function inlineable: _sti()

These external functions are called but not defined here:
	_nw()


		======= End file-level Analysis =======

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -