XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_osal_def.h
浏览该文件的文档.
1
12#ifndef __XF_OSAL_DEF_H__
13#define __XF_OSAL_DEF_H__
14
15/* ==================== [Includes] ========================================== */
16
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/* ==================== [Defines] =========================================== */
29
30#define XF_OSAL_WAIT_FOREVER 0xFFFFFFFFU
35#define XF_OSAL_WAIT_ANY 0x00000000U
36#define XF_OSAL_WAIT_ALL 0x00000001U
37#define XF_OSAL_NO_CLEAR 0x00000002U
39/* ==================== [Typedefs] ========================================== */
40
41/* ==================== [Global Prototypes] ================================= */
42
43/* ==================== [Macros] ============================================ */
44
45#ifdef __cplusplus
46} /* extern "C" */
47#endif
48
54#endif /* __XF_OSAL_DEF_H__ */