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

📄 ucos.searchresults

📁 51上实现的一个UCOS系统
💻 SEARCHRESULTS
字号:
---- OSIntCtxSw Matches (6 in 3 files) ----
Os_core.c (d:\work\51usos\ucoscore):413
            OSIntCtxSw();                        /* Perform interrupt level context switch             */
        }
    }
Os_cpu_a.asm (d:\work\51usos\ucoscore):89
?PR?OSIntCtxSw?OS_CPU_A            SEGMENT CODE 
?PR?OSTickISR?OS_CPU_A             SEGMENT CODE 
;//----------------------------------------------------------------
Os_cpu_a.asm (d:\work\51usos\ucoscore):131
	PUBLIC	OSIntCtxSw
	PUBLIC	OSCtxSw
	PUBLIC	OSStartHighRdy
Os_cpu_a.asm (d:\work\51usos\ucoscore):332
        RSEG  ?PR?OSIntCtxSw?OS_CPU_A
OSIntCtxSw:
        ;//------------------------------------------
	;// Adjust the stack pointer to remove call to:
Os_cpu_a.asm (d:\work\51usos\ucoscore):337
	;//   - call to OSIntCtxSw (2 bytes)
	;//   - locals		   (0 bytes)
	CLR     EA
Ucos_ii.h (d:\work\51usos\ucoscore):488
void        OSIntCtxSw(void);
void        OSStartHighRdy(void);
//-----------------------------------------------------------------------

⌨️ 快捷键说明

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