taska.h

来自「AT91所有开发板的资料 AT91所有开发板的资料」· C头文件 代码 · 共 61 行

H
61
字号
/**************************************************************
 *
 * Strategic Support Group
 *
 **************************************************************/

/**************************************************************
 *
 * Module		: taska.h
 * Description	: Shell TASK routine that toggles the LED2
 * Tool Chain	: ARM Developers Suite 1.0
 * Platform		: Evaluator7T
 * History		:
 *
 *			2000-03-27 Andrew N. Sloss
 *			- ported to Evalautor7T
 *			- added header and changed the delay time
 *
 **************************************************************/

/**************************************************************
 * IMPORT
 **************************************************************/

// none...

/**************************************************************
 * MACROS
 **************************************************************/
 
// none... 
 
/**************************************************************
 * STATICS
 **************************************************************/
 
// none... 
 
/**************************************************************
 * ROUTINES
 **************************************************************/

/* -- taska_process --------------------------------------------
 *
 * Description 	: task A 
 * 
 * Parameters	: none...
 * Return		: none...
 * Notes		:
 *
 * 			This task continuously runs
 *
 */

void taska_process (void);

/***************************************************************
 * END OF taska.h
 ***************************************************************/

⌨️ 快捷键说明

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