21#ifndef __xwcd_ds_i2c_master_h__
22#define __xwcd_ds_i2c_master_h__
void xwds_i2cm_construct(struct xwds_i2cm *i2cm)
XWDS API:I2C主机控制器的构造函数
xwer_t xwds_i2cm_xfer(struct xwds_i2cm *i2cm, struct xwds_i2c_msg *msg, xwtm_t to)
XWDS API:传输I2C消息
xwer_t xwds_i2cm_put(struct xwds_i2cm *i2cm)
XWDS API:减少对象的引用计数
void xwds_i2cm_destruct(struct xwds_i2cm *i2cm)
XWDS API:I2C主机控制器对象的析构函数
xwer_t xwds_i2cm_abort(struct xwds_i2cm *i2cm, xwu16_t address, xwu16_t addrmode, xwtm_t to)
XWDS API:中止I2C总线传输
xwer_t xwds_i2cm_grab(struct xwds_i2cm *i2cm)
XWDS API:增加对象的引用计数
xws64_t xwtm_t
XWOS系统时间 (有符号)
xwer_t(* xfer)(struct xwds_i2cm *, struct xwds_i2c_msg *, xwtm_t)
xwer_t(* abort)(struct xwds_i2cm *, xwu16_t, xwu16_t, xwtm_t)
struct xwds_i2cm::@17 xfer
struct xwds_i2cm::@18 abort