Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
fd36c064
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
fd36c064
编写于
12月 26, 2018
作者:
B
Bernard Xiong
提交者:
GitHub
12月 26, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2121 from dogandog/patch-3
Update rtdef.h
上级
2befae88
e716bbfa
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
17 addition
and
17 deletion
+17
-17
include/rtdef.h
include/rtdef.h
+17
-17
未找到文件。
include/rtdef.h
浏览文件 @
fd36c064
...
...
@@ -45,7 +45,7 @@ extern "C" {
* @addtogroup BasicDef
*/
/*@{*/
/*
*
@{*/
/* RT-Thread version information */
#define RT_VERSION 4L
/**< major version number */
...
...
@@ -88,7 +88,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */
#define RT_TRUE 1
/**< boolean true */
#define RT_FALSE 0
/**< boolean fails */
/*@}*/
/*
*
@}*/
/* maximum value of base type */
#define RT_UINT8_MAX 0xff
/**< Maxium number of UINT8 */
...
...
@@ -259,7 +259,7 @@ typedef int (*init_fn_t)(void);
* @addtogroup Error
*/
/*@{*/
/*
*
@{*/
/* RT-Thread error code definitions */
#define RT_EOK 0
/**< There is no error */
...
...
@@ -274,7 +274,7 @@ typedef int (*init_fn_t)(void);
#define RT_EINTR 9
/**< Interrupted system call */
#define RT_EINVAL 10
/**< Invalid argument */
/*@}*/
/*
*
@}*/
/**
* @ingroup BasicDef
...
...
@@ -325,7 +325,7 @@ typedef struct rt_slist_node rt_slist_t; /**< Type for single lis
* @addtogroup KernelObject
*/
/*@{*/
/*
*
@{*/
/*
* kernel object macros
...
...
@@ -402,13 +402,13 @@ struct rt_object_information
#define RT_OBJECT_HOOK_CALL(func, argv)
#endif
/*@}*/
/*
*
@}*/
/**
* @addtogroup Clock
*/
/*@{*/
/*
*
@{*/
/**
* clock & timer macros
...
...
@@ -452,7 +452,7 @@ struct rt_timer
};
typedef
struct
rt_timer
*
rt_timer_t
;
/*@}*/
/*
*
@}*/
/**
* @addtogroup Signal
...
...
@@ -465,13 +465,13 @@ typedef siginfo_t rt_siginfo_t;
#define RT_SIG_MAX 32
#endif
/*@}*/
/*
*
@}*/
/**
* @addtogroup Thread
*/
/*@{*/
/*
*
@{*/
/*
* Thread
...
...
@@ -613,13 +613,13 @@ struct rt_thread
};
typedef
struct
rt_thread
*
rt_thread_t
;
/*@}*/
/*
*
@}*/
/**
* @addtogroup IPC
*/
/*@{*/
/*
*
@{*/
/**
* IPC flags and control command definitions
...
...
@@ -737,13 +737,13 @@ struct rt_messagequeue
typedef
struct
rt_messagequeue
*
rt_mq_t
;
#endif
/*@}*/
/*
*
@}*/
/**
* @addtogroup MM
*/
/*@{*/
/*
*
@{*/
/*
* memory management
...
...
@@ -811,14 +811,14 @@ struct rt_mempool
typedef
struct
rt_mempool
*
rt_mp_t
;
#endif
/*@}*/
/*
*
@}*/
#ifdef RT_USING_DEVICE
/**
* @addtogroup Device
*/
/*@{*/
/*
*
@{*/
/**
* device (I/O) class type
...
...
@@ -1063,7 +1063,7 @@ struct rt_device_graphic_ops
};
#define rt_graphix_ops(device) ((struct rt_device_graphic_ops *)(device->user_data))
/*@}*/
/*
*
@}*/
#endif
/* definitions for libc */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录