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

📄 ti240_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======


static void SystemInit() is called from 2 sites in this file.
    It appears to be inlineable (size = 27 units)
    It calls these functions:
	<NONE>

extern void Timer0Isr() 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:
	SystemInit()

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

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 TIMER0
	static volatile struct __TI_SREG * const SREG


Global variable is not modified in this file:
	static volatile struct __TI_TIMER * const TIMER0
	static volatile struct __TI_SREG * const SREG


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

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 + -