未验证 提交 41aa8d47 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #3810 from mysterywolf/master

struct rt_device_ops 结构体增加宏定义
......@@ -32,6 +32,7 @@
* 2019-01-27 Bernard change version number to v4.0.1
* 2019-05-17 Bernard change version number to v4.0.2
* 2019-12-20 Bernard change version number to v4.0.3
* 2020-08-10 Meco Man add macro for struct rt_device_ops
*/
#ifndef __RT_DEF_H__
......@@ -920,6 +921,8 @@ enum rt_device_class_type
#define RT_DEVICE_CTRL_RTC_SET_ALARM 0x13 /**< set alarm */
typedef struct rt_device *rt_device_t;
#ifdef RT_USING_DEVICE_OPS
/**
* operations set for device object
*/
......@@ -933,6 +936,7 @@ struct rt_device_ops
rt_size_t (*write) (rt_device_t dev, rt_off_t pos, const void *buffer, rt_size_t size);
rt_err_t (*control)(rt_device_t dev, int cmd, void *args);
};
#endif
/**
* WaitQueue structure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册