fs44b0ii_ucos276.searchresults

来自「UCOS 代码」· SEARCHRESULTS 代码 · 共 9 行

SEARCHRESULTS
9
字号
---- OSIntEnter 匹配 (7 in 2 文件) ----
Os_core.c (ucos_ii):*              4) You MUST invoke OSIntEnter() and OSIntExit() in pair.  In other words, for every call
Os_core.c (ucos_ii):*                 to OSIntEnter() at the beginning of the ISR you MUST have a call to OSIntExit() at the
Os_core.c (ucos_ii):*                 OSIntEnter() is always called with interrupts disabled.
Os_core.c (ucos_ii):void  OSIntEnter (void)
Os_core.c (ucos_ii):* Notes      : 1) You MUST invoke OSIntEnter() and OSIntExit() in pair.  In other words, for every call
Os_core.c (ucos_ii):*                 to OSIntEnter() at the beginning of the ISR you MUST have a call to OSIntExit() at the
Ucos_ii.h (ucos_ii):void          OSIntEnter(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?