timersimpl.h

来自「一个完整的rtos源代码.运行在嵌入80186 cpu上.提供4个任务,信号灯,」· C头文件 代码 · 共 57 行

H
57
字号
/* **************************************************************************************
 *  Copyright (c) 2001 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: "timers.h"                                            12/13/01
 *
 * Description:
 * ============
 * Declaration for handling periodic function calls
 * 
 * Log:
 * ====
 * $Revision: 2 $
 * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $ 
 ****************************************************************************************
 * Updates:
 ****************************************************************************************
 * $Log: /I49/H49V/Kernel/Timers/TimersImpl.h $
 * 
 * 2     23/04/02 9:26 Nirm
 * - Added dependency in "Config.h".
 * 
 * 1     25/03/02 16:10 Nirm
 * 
 * 1     25/03/02 13:02 Nirm
 * Preliminary version.
 * 
 * 6     17/02/02 11:40 Atai
 * Correct to absolute include path
 * 
 * 5     2/11/02 8:38 Yarone
 * Added change of frerquency to timers
 * 
 * 4     1/13/02 9:29 Yarone
 * Added attributes of enable/disable and once
 * 
 * 3     1/01/02 7:45 Yarone
 * Added function description
 * 
 * 2     12/13/01 18:43 Yarone
 * correct prototypes
 * 
 * 1     12/13/01 18:25 Yarone
 * 
 **************************************************************************************** */

#include "Config.h"		// Global Configuration - do not remove!

#ifndef __TIMERSIMPL_H_
#define __TIMERSIMPL_H_

#include "Kernel\Timers\Timers.h"

void timer_service_ISR(void);

#endif //__TIMERSIMPL_H_

⌨️ 快捷键说明

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