XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
peripheral.h 文件参考

玄武设备栈:I2C:外设 更多...

#include <xwcd/ds/standard.h>
#include <xwos/lib/xwbop.h>
#include <xwcd/ds/device.h>
#include <xwcd/ds/i2c/common.h>
#include <xwcd/ds/i2c/master.h>
peripheral.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

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:减少对象的引用计数
 

详细描述

玄武设备栈:I2C:外设

作者

在文件 peripheral.h 中定义.