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