XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds.h
浏览该文件的文档.
1
21#ifndef __xwcd_ds_xwds_h__
22#define __xwcd_ds_xwds_h__
23
24#include <xwcd/ds/standard.h>
25#include <xwos/lib/bclst.h>
27
37struct xwds {
40};
41
46void xwds_init(struct xwds * ds);
47
48#if defined(XWCDCFG_ds_PM) && (1 == XWCDCFG_ds_PM)
56xwer_t xwds_pm_suspend(struct xwds * ds);
57
65xwer_t xwds_pm_resume(struct xwds * ds);
66#endif
67
72#endif /* xwcd/ds/xwds.h */
XWOS通用库:双循环链表
xwer_t xwds_pm_resume(struct xwds *ds)
XWDS API:继续设备栈
Definition xwds.c:66
void xwds_init(struct xwds *ds)
XWDS API:初始化设备栈
Definition xwds.c:35
xwer_t xwds_pm_suspend(struct xwds *ds)
XWDS API:暂停设备栈
Definition xwds.c:43
#define xwlib_bclst_head
双循环链表头
Definition bclst.h:35
signed long xwer_t
Definition type.h:554
操作系统抽象层:顺序锁
设备栈
Definition xwds.h:37
struct xwos_sqlk devlistlock
Definition xwds.h:39
struct xwlib_bclst_node devhead
Definition xwds.h:38
XWOS API:顺序锁
Definition seqlock.h:112
玄武设备栈:顶级头文件