?? 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 + -