Go to the source code of this file.
Functions | |
int | EEInit (void) |
int | EEReadData (uint16_t addr, void *data, uint16_t len) |
int | EEWriteData (uint16_t addr, CONST void *data, uint16_t len) |
int EEInit | ( | void | ) |
Definition at line 53 of file eeprom.c.
References At24cRead(), at24c::EepromSize, at24c::IAddrW, at24c::NumOfPage, at24c::PageSize, at24c::SlaveAddress, and at24c::Timeout.
Referenced by main().
Definition at line 78 of file eeprom.c.
References At24cRead().
Referenced by main(), and NutNvMemLoad().
Definition at line 71 of file eeprom.c.
References At24cWrite().
Referenced by main(), and NutNvMemSave().