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

📄 systemtasks.h

📁 一个完整的rtos源代码.运行在嵌入80186 cpu上.提供4个任务,信号灯,定时器,schedule等.
💻 H
字号:
/* **************************************************************************************
 *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: $Workfile: SystemTasks.h $             
 *
 * Description:
 * ============
 * System-Tasks definition, allocation, and initialization
 * 
 * Log:
 * ====
 * $Revision: 2 $
 * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $ 
 ****************************************************************************************
 * Updates:
 ****************************************************************************************
 * $Log: /I49/H49V/Kernel/SystemTasks.h $
 * 
 * 2     23/04/02 9:26 Nirm
 * - Added dependency in "Config.h".
 * 
 * 1     27/03/02 13:31 Nirm
 * - Removed Task.c from uITRON;
 * - Added Ker_API.c to Kernel;
 * - Added SystemTasks.c to Kernel.
 **************************************************************************************** */

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

#ifndef __SYSTEMTASKS_H_
#define __SYSTEMTASKS_H_

void Ker_createSystemTasks(void);

void Ker_startSystemTasks(void);

#endif //__SYSTEMTASKS_H_

⌨️ 快捷键说明

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