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

结构体 | |
| struct | xwds_i2cp_driver |
| BSP中需要提供的I2C外设驱动函数表 更多... | |
| struct | xwds_i2cp |
| I2C外设 更多... | |
函数 | |
| void | xwds_i2cp_construct (struct xwds_i2cp *i2cp) |
| XWDS API:I2C外设的构造函数 | |
| void | xwds_i2cp_destruct (struct xwds_i2cp *i2cp) |
| XWDS API:I2C外设的构造函数 | |
| xwer_t | xwds_i2cp_grab (struct xwds_i2cp *i2cp) |
| XWDS API:增加对象的引用计数 | |
| xwer_t | xwds_i2cp_put (struct xwds_i2cp *i2cp) |
| XWDS API:减少对象的引用计数 | |
| void xwds_i2cp_construct | ( | struct xwds_i2cp * | i2cp | ) |
XWDS API:I2C外设的构造函数
| [in] | i2cp | I2C外设对象指针 |
在文件 peripheral.c 第 57 行定义.


| void xwds_i2cp_destruct | ( | struct xwds_i2cp * | i2cp | ) |
XWDS API:I2C外设的构造函数
| [in] | i2cp | I2C外设对象指针 |
在文件 peripheral.c 第 64 行定义.


XWDS API:增加对象的引用计数
| [in] | i2cp | I2C外设对象指针 |
在文件 peripheral.c 第 70 行定义.


XWDS API:减少对象的引用计数
| [in] | i2cp | I2C外设对象指针 |
在文件 peripheral.c 第 76 行定义.

