WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_i2c_prepare_config结构体 参考

I2C准备收发的参数数据结构定义。 更多...

#include <hal_i2c.h>

成员变量

uint8_t operation_type
 
uint8_t reserved
 
uint16_t addr
 
uint32_t total_len
 

详细描述

I2C准备收发的参数数据结构定义。

结构体成员变量说明

◆ addr

uint16_t hal_i2c_prepare_config::addr

主机I2C要对接收发的从机地址。

◆ operation_type

uint8_t hal_i2c_prepare_config::operation_type

收发的操作类型。

◆ reserved

uint8_t hal_i2c_prepare_config::reserved

◆ total_len

uint32_t hal_i2c_prepare_config::total_len

主机I2C要收发的数据长度。


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