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