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

EEPROM驱动函数表 更多...

#include <driver.h>

xwds_eeprom_driver 的协作图:

成员变量

struct xwds_i2cp_driver i2cp
 
xwer_t(* putc )(struct xwds_eeprom *, xwu8_t, xwptr_t, xwtm_t)
 
xwer_t(* getc )(struct xwds_eeprom *, xwu8_t *, xwptr_t, xwtm_t)
 
xwer_t(* pgwrite )(struct xwds_eeprom *, xwu8_t *, xwsz_t *, xwsq_t, xwtm_t)
 
xwer_t(* pgread )(struct xwds_eeprom *, xwu8_t *, xwsz_t *, xwsq_t, xwtm_t)
 

详细描述

EEPROM驱动函数表

在文件 driver.h38 行定义.

结构体成员变量说明

◆ getc

xwer_t(* xwds_eeprom_driver::getc) (struct xwds_eeprom *, xwu8_t *, xwptr_t, xwtm_t)

在文件 driver.h43 行定义.

◆ i2cp

struct xwds_i2cp_driver xwds_eeprom_driver::i2cp

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

在文件 driver.h39 行定义.

◆ pgread

xwer_t(* xwds_eeprom_driver::pgread) (struct xwds_eeprom *, xwu8_t *, xwsz_t *, xwsq_t, xwtm_t)

在文件 driver.h49 行定义.

◆ pgwrite

xwer_t(* xwds_eeprom_driver::pgwrite) (struct xwds_eeprom *, xwu8_t *, xwsz_t *, xwsq_t, xwtm_t)

在文件 driver.h46 行定义.

◆ putc

xwer_t(* xwds_eeprom_driver::putc) (struct xwds_eeprom *, xwu8_t, xwptr_t, xwtm_t)

在文件 driver.h40 行定义.


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