📄 ti1856_2.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 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 void int_handler() is called from 0 sites in this file.
It calls these functions:
<NONE>
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_REGS * const REGS = NULL;
Address of global variable is never taken:
static volatile struct __TI_TIMER * const TIMER0
static volatile struct __TI_REGS * const REGS
Global variable is not modified in this file:
static volatile struct __TI_TIMER * const TIMER0
static volatile struct __TI_REGS * const REGS
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 + -