RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_i2c_msg结构体 参考

#include <dev_i2c.h>

成员变量

rt_uint16_t addr
 
rt_uint16_t flags
 
rt_uint16_t len
 
rt_uint8_tbuf
 

详细描述

I2C Message

在文件 dev_i2c.h213 行定义.

结构体成员变量说明

◆ addr

rt_uint16_t rt_i2c_msg::addr

在文件 dev_i2c.h215 行定义.

◆ flags

rt_uint16_t rt_i2c_msg::flags

在文件 dev_i2c.h216 行定义.

◆ len

rt_uint16_t rt_i2c_msg::len

在文件 dev_i2c.h217 行定义.

◆ buf

rt_uint8_t* rt_i2c_msg::buf

在文件 dev_i2c.h218 行定义.