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

📄 taska.h

📁 AT91所有开发板的资料 AT91所有开发板的资料
💻 H
字号:
/**************************************************************
 *
 * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -