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

I2C主机 更多...

#include <master.h>

xwds_i2cm 的协作图:

成员变量

struct xwds_device dev
 
void * xwccfg
 
struct { 
 
   struct xwos_mtx   apimtx 
 
xfer 
 
struct { 
 
   struct xwos_mtx   apimtx 
 
abort 
 

详细描述

I2C主机

在文件 master.h53 行定义.

结构体成员变量说明

◆ [struct]

struct { ... } xwds_i2cm::abort

中止API的状态

◆ apimtx

struct xwos_mtx xwds_i2cm::apimtx

传输API的互斥锁

中止API的互斥锁

在文件 master.h61 行定义.

◆ dev

struct xwds_device xwds_i2cm::dev

C语言面向对象:继承struct xwds_device

在文件 master.h54 行定义.

◆ [struct]

struct { ... } xwds_i2cm::xfer

传输API的状态

◆ xwccfg

void* xwds_i2cm::xwccfg

SOC芯片私有配置

在文件 master.h57 行定义.


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