|
XWOS API
4.0
XWOS C/C++ API参考手册
|

结构体 | |
| struct | xwds_misc_driver |
| BSP中需要提供的MISC设备驱动函数表 更多... | |
| struct | xwds_misc |
| MISC设备 更多... | |
函数 | |
| void | xwds_misc_construct (struct xwds_misc *misc) |
| XWDS API:MISC设备的构造函数 | |
| void | xwds_misc_destruct (struct xwds_misc *misc) |
| XWDS API:MISC设备对象的析构函数 | |
| xwer_t | xwds_misc_grab (struct xwds_misc *misc) |
| XWDS API:增加对象的引用计数 | |
| xwer_t | xwds_misc_put (struct xwds_misc *misc) |
| XWDS API:减少对象的引用计数 | |
| void xwds_misc_construct | ( | struct xwds_misc * | misc | ) |
XWDS API:MISC设备的构造函数
| [in] | misc | MISC设备对象指针 |

| void xwds_misc_destruct | ( | struct xwds_misc * | misc | ) |
XWDS API:MISC设备对象的析构函数
| [in] | misc | MISC设备对象指针 |

XWDS API:增加对象的引用计数
| [in] | misc | MISC设备对象指针 |

XWDS API:减少对象的引用计数
| [in] | misc | MISC设备对象指针 |
