osdome.searchresults

来自「主要针对三星公司S3C44b0X的ARM7内核开发的CAN通信」· SEARCHRESULTS 代码 · 共 14 行

SEARCHRESULTS
14
字号
---- 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 + =
减小字号Ctrl + -
显示快捷键?