mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-09-25 23:47:22 +08:00
+2
-2
@@ -5,8 +5,8 @@
|
||||
* @details 当需要在中断中完成特定的服务功能时,可先设置一个标志位,再触发 PendSV;
|
||||
而后在 pendsv_hook 中查询该标志位,为真就清除标志位,而后调用相应服务。
|
||||
* @author 迟凯峰
|
||||
* @version V1.2.1
|
||||
* @date 2025.07.30
|
||||
* @version V2.0.0
|
||||
* @date 2025.08.04
|
||||
******************************************************************************/
|
||||
|
||||
#include "CosyOS.H"
|
||||
|
||||
Reference in New Issue
Block a user