XWOS API
4.0
XWOS C/C++ API参考手册
|
基本驱动函数表(所有设备驱动的基类) 更多...
#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 *) |
xwer_t(* xwds_driver::probe) (struct xwds_device *) |
xwer_t(* xwds_driver::remove) (struct xwds_device *) |
xwer_t(* xwds_driver::resume) (struct xwds_device *) |
xwer_t(* xwds_driver::start) (struct xwds_device *) |
xwer_t(* xwds_driver::stop) (struct xwds_device *) |
xwer_t(* xwds_driver::suspend) (struct xwds_device *) |