XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
common.h
浏览该文件的文档.
1
21#ifndef __xwcd_ds_i2c_common_h__
22#define __xwcd_ds_i2c_common_h__
23
24#include <xwcd/ds/standard.h>
25
32#define XWDS_I2C_10BITADDR_LEADING_BYTE_MASK ((xwu8_t)0xF0)
33
46 XWDS_I2C_F_START = (4U),
57};
58
69};
70
75#endif /* xwcd/ds/i2c/common.h */
xwds_i2c_msgflag_em
I2C消息标志枚举
Definition common.h:37
@ XWDS_I2C_F_WR
Definition common.h:43
@ XWDS_I2C_F_7BITADDR
Definition common.h:38
@ XWDS_I2C_F_START
Definition common.h:46
@ XWDS_I2C_F_RD
Definition common.h:42
@ XWDS_I2C_F_ADDRMSK
Definition common.h:40
@ XWDS_I2C_F_10BITADDR
Definition common.h:39
@ XWDS_I2C_F_DIRMSK
Definition common.h:44
@ XWDS_I2C_F_STOP
Definition common.h:56
unsigned long xwsz_t
Definition type.h:339
uint8_t xwu8_t
Definition type.h:194
uint16_t xwu16_t
Definition type.h:230
I2C消息
Definition common.h:62
xwsz_t size
Definition common.h:68
xwu8_t * data
Definition common.h:67
xwu16_t addr
Definition common.h:63
xwu16_t flag
Definition common.h:66
玄武设备栈:顶级头文件