XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
device.c
浏览该文件的文档.
1
21#include <xwos/standard.h>
24
27{
29}
30
32void xwds_tca9539_destruct(struct xwds_tca9539 * tca9539)
33{
35}
void xwds_i2cp_destruct(struct xwds_i2cp *i2cp)
XWDS API:I2C外设的构造函数
Definition peripheral.c:64
void xwds_i2cp_construct(struct xwds_i2cp *i2cp)
XWDS API:I2C外设的构造函数
Definition peripheral.c:57
void xwds_tca9539_construct(struct xwds_tca9539 *tca9539)
TCA9539 API:TCA9539对象的构造函数
Definition device.c:26
void xwds_tca9539_destruct(struct xwds_tca9539 *tca9539)
TCA9539 API:TCA9539对象的析构函数
Definition device.c:32
#define __xwbsp_api
Definition compiler.h:235
玄武设备栈:I2C:外设
玄武设备栈:I2C IO扩展芯片:TCA9539
struct xwds_i2cp i2cp
Definition chip.h:99
union xwds_iochip::@19 bc
TCA9539对象
Definition device.h:127
struct xwds_iochip iochip
Definition device.h:128
XWOS的标准头文件