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

📄 ds_extr.h

📁 NecluesRTX RTOS的源码
💻 H
字号:
/************************************************************************/
/*                                                                      */
/*          Copyright 1990-1992 by Accelerated Technology               */
/*                                                                      */
/*  PROPRIETARY RIGHTS of Accelerated Technology are involved in the    */
/*  subject matter of this material.  All manufacturing, reproduction,  */
/*  use, and sales rights pertaining to this subject matter are         */
/*  governed by the license agreement.  The buyer or recipient of this  */
/*  package, implicitly accepts the terms of the license.               */
/*                                                                      */
/************************************************************************/

/************************************************************************/
/*                                                                      */
/*  FILE DESCRIPTION                                                    */
/*                                                                      */
/*  This file contains information necessary for nucleus executive      */
/*  routines to reference development system routines.                  */
/*                                                                      */
/*  ROUTINES                                                            */
/*                                                                      */
/*      None                                                            */
/*                                                                      */
/*  NOTES                                                               */
/*                                                                      */
/*      None                                                            */
/*                                                                      */
/************************************************************************/
#ifdef  NU_ENABLE_TIMING
void  DS_Reset_Performance_Timer(signed int task_id, signed int timer_id);
void  DS_Retrieve_Performance_Info(signed int task_id, 
                                   signed int timer_id,
                                   unsigned int *max_time,
                                   unsigned int *min_time,
                                   unsigned int *accum_time,
                                   unsigned int *accum_count);
signed int  DS_Start_Performance_Timer(signed int task_id, 
                                       signed int timer_id);
signed int  DS_Stop_Performance_Timer(signed int task_id,
                                      signed int timer_id);
#endif

#ifdef  NU_ENABLE_HISTORY
signed int  DS_Retrieve_Next_History_Entry(signed int *sequence,
                                           signed int *event,
                                           unsigned int *param1,
                                           unsigned int *param2,
                                           unsigned int *time);
void  DS_Make_History_Entry(signed int event, unsigned int param1,
                            unsigned int param2);
signed int  DS_Start_History_Saving(void);
signed int  DS_Stop_History_Saving(void);
#endif

⌨️ 快捷键说明

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