?? osdome.searchresults
字號:
---- OSIntExit Matches (12 in 3 files) ----
Os_core.c (ucos):* 2) You MUST still call OSIntExit() even though you increment OSIntNesting directly.
Os_core.c (ucos):* 3) You MUST invoke OSIntEnter() and OSIntExit() in pair. In other words, for every call
Os_core.c (ucos):* to OSIntEnter() at the beginning of the ISR you MUST have a call to OSIntExit() at the
Os_core.c (ucos):* Notes : 1) You MUST invoke OSIntEnter() and OSIntExit() in pair. In other words, for every call
Os_core.c (ucos):* to OSIntEnter() at the beginning of the ISR you MUST have a call to OSIntExit() at the
Os_core.c (ucos):void OSIntExit (void)
Os_core.c (ucos):* and is not used to reschedule tasks from ISRs (see OSIntExit() for ISR rescheduling).
Os_cpu_a.s (ucos): IMPORT OSIntExit
Os_cpu_a.s (ucos): BL OSIntExit
Os_cpu_a.s (ucos):; IMPORT OSIntExit
Os_cpu_a.s (ucos):; BL OSIntExit
Ucos_ii.h (ucos):void OSIntExit(void);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -