rvt_env_i.h
来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 38 行
H
38 行
/*******************************************************************************
*
* rvt_env_i.h
*
* This file should be included by rvt_env.c ONLY!!!
* It includes definitions of global variables used for trace.
*
* (C) Texas Instruments, all rights reserved
*
* Version number : 0.11
*
* History : 0.1 (7/4/2000) - Created
* : 0.11 (6/13/2002) - Remove useless dependency.
*
* Date : 6/13/2002
*
* Author : Cristian Livadiotti, c-livadiotti@ti.com
*
******************************************************************************/
#ifndef __RVT_ENV_I_H__
#define __RVT_ENV_I_H__
/*
** Environment global variables
*/
extern T_RVF_ADDR_ID rvt_addr_id;
extern T_RVF_MB_ID rvt_mb_id;
/*
** Trace Module State
*/
extern T_RVT_STATE rvt_module_state;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?