int_pub.h
来自「abstract rtos」· C头文件 代码 · 共 31 行
H
31 行
#ifdef __cplusplusextern "C"{#endif #ifndef __INC_INT_PUB_H__#define __INC_INT_PUB_H__U32 m_int_init( );U32 aos_int_lock();VOID aos_int_unlock( U32 lockKey );U32 aos_int_count();#endif#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?