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

📄 myucos.searchresults

📁 含代码UCOS_II测试程序说明有详细过程说明 测试步骤 1> 开发板上电 2> 运行串口监视软件,波特率115200,8N1 3> 运行测试程序 4> 在串
💻 SEARCHRESULTS
字号:
---- OSIntExit Matches (17 in 4 files) ----
Os_core.c (ucos_ii):*              3) You MUST still call OSIntExit() even though you increment OSIntNesting directly.
Os_core.c (ucos_ii):*              4) You MUST invoke OSIntEnter() and OSIntExit() in pair.  In other words, for every call
Os_core.c (ucos_ii):*                 to OSIntEnter() at the beginning of the ISR you MUST have a call to OSIntExit() at the
Os_core.c (ucos_ii):* Notes      : 1) You MUST invoke OSIntEnter() and OSIntExit() in pair.  In other words, for every call
Os_core.c (ucos_ii):*                 to OSIntEnter() at the beginning of the ISR you MUST have a call to OSIntExit() at the
Os_core.c (ucos_ii):void  OSIntExit (void)
Os_core.c (ucos_ii):                OSIntExitY    = OSUnMapTbl[OSRdyGrp];          
Os_core.c (ucos_ii):                OSPrioHighRdy = (INT8U)((OSIntExitY << 3) + OSUnMapTbl[OSRdyTbl[OSIntExitY]]);
Os_core.c (ucos_ii):*              and is not used to reschedule tasks from ISRs (see OSIntExit() for ISR rescheduling).
Os_cpu_a.s (ucos_ii):	IMPORT	OSIntExit
Os_cpu_a.s (ucos_ii):; Notes:		The whole function is executed in CRITICAL state. See OSIntExit().						;
Os_cpu_a.s (ucos_ii):	BL	OSIntExit
Os_cpu_a.s (ucos_ii):	BL	OSIntExit
Os_dbg.c (ucos_ii):                          + sizeof(OSIntExitY)
Ucos_ii.h (ucos_ii):OS_EXT  INT8U             OSIntExitY;
Ucos_ii.h (ucos_ii):void          OSIntExit(void);

⌨️ 快捷键说明

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