XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds_driver结构体 参考

基本驱动函数表(所有设备驱动的基类) 更多...

#include <device.h>

成员变量

const char * name
 
xwer_t(* probe )(struct xwds_device *)
 
xwer_t(* remove )(struct xwds_device *)
 
xwer_t(* start )(struct xwds_device *)
 
xwer_t(* stop )(struct xwds_device *)
 
xwer_t(* suspend )(struct xwds_device *)
 
xwer_t(* resume )(struct xwds_device *)
 

详细描述

基本驱动函数表(所有设备驱动的基类)

在文件 device.h113 行定义.

结构体成员变量说明

◆ name

const char* xwds_driver::name

在文件 device.h115 行定义.

◆ probe

xwer_t(* xwds_driver::probe) (struct xwds_device *)

探测

在文件 device.h116 行定义.

◆ remove

xwer_t(* xwds_driver::remove) (struct xwds_device *)

删除

在文件 device.h117 行定义.

◆ resume

xwer_t(* xwds_driver::resume) (struct xwds_device *)

继续

在文件 device.h121 行定义.

◆ start

xwer_t(* xwds_driver::start) (struct xwds_device *)

启动

在文件 device.h118 行定义.

◆ stop

xwer_t(* xwds_driver::stop) (struct xwds_device *)

停止

在文件 device.h119 行定义.

◆ suspend

xwer_t(* xwds_driver::suspend) (struct xwds_device *)

暂停

在文件 device.h120 行定义.


该结构体的文档由以下文件生成: