首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
炸炸呼呼
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
10
文章 10
沸点 0
赞
10
返回
|
搜索文章
最新
热门
OS_CORE.C(1)
* Description: This function is used to obtain the name assigned to a semaphore, mutex, mailbox or queue.* Arguments : pevent is a pointer t...
OS_CORE.C(2)
* Description: This function waits for multiple events. * pend call, then all available events are returned as ready. * multiple events, the...
OS_CORE.C(3)
OSTCBCur->OSTCBStat |= events_stat | /* Resource not available, ...if (pevent != (OS_EVENT *)0) { /* If task event ptr != NULL, ...*pevents_...
OS_CORE.C(4)
* creating any uC/OS-II object and, prior to calling OSStart().OSInitHookEnd(); /* Call port specific init.
OS_CORE.C(5)
* service routine (ISR). * only perform rescheduling at the last nested ISR.该功能用来通知uc/os-II,正在进行一个中断服务。* OSIntNesting has been declared 'glo...
OS_CORE.C(6)
优先级翻转是当一个高优先级任务通过信号量机制访问共享资源时,该信号量已被一低优先级任务占有,因此造成高优先级任务被许多具有较低优先级任务阻塞,实时性难以得到保证。某一共享资源S。(A和C需要使用共享资源S,B不需要。)在使用中,任务A等待事件到来,任务A转为就绪态,因为它比任务C...
OS_CORE.C(7)
调度器上锁函数OSSchedlock()的功能是用于禁止任务调度,使任务保持对CPU的控制权。调度器开锁函数OSSchedUnlock()的功能是解除对任务调度的禁止。 OSSchedlock()和OSSchedUnlock()必须成对使用。 调度器解锁包括两层含义:第一个是没...
OS_CORE.C(8)
本篇介绍的是OSStart()函数和OSStatInit()函数和OSTimeTick()函数。* task that you have created. * and you MUST have created at least one task.* 该功能用来开始多任务进程,使...
OS_CORE.C(9)
* Description: This function is used to return the version number of uC/OS-II. * corresponds to uC/OS-II's version number multiplied by 100....
OS_CORE.C(10)
今天看os_core.c文件中的各种初始化函数。* Description: This function is called by other uC/OS-II services to initialize the event wait list.*描述:该功能被其他uc/os-...
下一页
个人成就
文章被点赞
25
文章被阅读
24,334
掘力值
610
关注了
0
关注者
6
收藏集
0
关注标签
6
加入于
2021-03-05