1 Star 0 Fork 5.1K

笛荡 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
I2cMsg.md 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

I2cMsg

Overview

Related Modules:

I2C

Description:

Defines the I2C transfer message used during custom transfers.

Since:

1.0

Summary

Data Fields

Variable Name

Description

addr

uint16_t 

buf

uint8_t * 

len

uint16_t 

flags

uint16_t 

Details

Field Documentation

addr

uint16_t I2cMsg::addr

Description:

Address of the I2C device

buf

uint8_t* I2cMsg::buf

Description:

Address of the buffer for storing transferred data

flags

uint16_t I2cMsg::flags

len

uint16_t I2cMsg::len

Description:

Length of the transferred data

1
https://gitee.com/SolarBird/docs.git
git@gitee.com:SolarBird/docs.git
SolarBird
docs
docs
master

搜索帮助