📄 myucos.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 + -