导航:首页 > 源码编译 > ostask源码详解

ostask源码详解

发布时间:2023-09-09 09:50:23

❶ 关于ucos系统中OSTaskCreateExt( )函数的问题。

堆栈检验是调用这个函数,看它的返回值
*********************************************************************************************************
* STACK CHECKING
*
* Description: This function is called to check the amount of free memory left on the specified task's
* stack.
*
* Arguments : prio is the task priority
*
* pdata is a pointer to a data structure of type OS_STK_DATA.
*
* Returns : OS_NO_ERR upon success
* OS_PRIO_INVALID if the priority you specify is higher that the maximum allowed
* (i.e. > OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
* OS_TASK_NOT_EXIST if the desired task has not been created
* OS_TASK_OPT_ERR if you did NOT specified OS_TASK_OPT_STK_CHK when the task was created
*********************************************************************************************************
*/

INT8U OSTaskStkChk (INT8U prio, OS_STK_DATA *pdata)

阅读全文

与ostask源码详解相关的资料

热点内容
软件合并一个文件夹 浏览:657
设置Android程序图标 浏览:365
app哪个局 浏览:904
源码编辑器中怎么保存 浏览:463
python背景图片代码 浏览:448
3D卡片下载哪个App 浏览:532
如何用服务器登录微信 浏览:841
html5移动开发pdf下载 浏览:525
如何查看png图片是否加密 浏览:821
php递归例子 浏览:190
服务器参数配置未响应是什么意思 浏览:602
pythonchardet模块 浏览:751
添加gm命令 浏览:662
rsa加密码乱码 浏览:756
网站服务器需要租什么 浏览:997
c语言常用排序算法 浏览:824
pythonhtml文件上传 浏览:525
dosat命令执行exe 浏览:94
1024程序员牛头人 浏览:552
程序员能学到技术吗 浏览:419