XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds_i2c_msg结构体 参考

I2C消息 更多...

#include <common.h>

成员变量

xwu16_t addr
 
xwu16_t flag
 
xwu8_tdata
 
xwsz_t size
 

详细描述

I2C消息

在文件 common.h62 行定义.

结构体成员变量说明

◆ addr

xwu16_t xwds_i2c_msg::addr

外设地址,

  • 7位地址模式,使用bit[1:7],bit[0]默认为0;
  • 10位地址模式,使用bit[0:9]

在文件 common.h63 行定义.

◆ data

xwu8_t* xwds_i2c_msg::data

数据缓存区的指针

在文件 common.h67 行定义.

◆ flag

xwu16_t xwds_i2c_msg::flag

传输标志

在文件 common.h66 行定义.

◆ size

xwsz_t xwds_i2c_msg::size

在文件 common.h68 行定义.


该结构体的文档由以下文件生成: