myucos.searchresults

来自「含代码UCOS_II测试程序说明有详细过程说明 测试步骤 1> 开发」· SEARCHRESULTS 代码 · 共 18 行

SEARCHRESULTS
18
字号
---- 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 + =
减小字号Ctrl + -
显示快捷键?