📄 timersimpl.h
字号:
/* **************************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -