XWOS API
4.0
XWOS C/C++ API参考手册
|
结构体 | |
struct | xwds_eeprom_parameter |
struct | xwds_eeprom |
struct | xwds_eeprom_driver |
EEPROM驱动函数表 更多... | |
函数 | |
void | xwds_eeprom_construct (struct xwds_eeprom *eeprom) |
void | xwds_eeprom_destruct (struct xwds_eeprom *eeprom) |
static xwer_t | xwds_eeprom_grab (struct xwds_eeprom *eeprom) |
EEPROM API:增加对象的引用计数 | |
static xwer_t | xwds_eeprom_put (struct xwds_eeprom *eeprom) |
EEPROM API:减少对象的引用计数 | |
void xwds_eeprom_construct | ( | struct xwds_eeprom * | eeprom | ) |
void xwds_eeprom_destruct | ( | struct xwds_eeprom * | eeprom | ) |
|
inlinestatic |
EEPROM API:增加对象的引用计数
[in] | eeprom | I2C EEPROM对象指针 |
ref xwds_i2cp_grab()
|
inlinestatic |
EEPROM API:减少对象的引用计数
[in] | eeprom | I2C EEPROM对象指针 |
ref xwds_i2cp_put()