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

📄 osdome.searchresults

📁 UCOS-II在ARM S3C44B0X上的移植源代码。 移植说明: 我没有移植uCOS前
💻 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 + -