Collaboration diagram for Non-Volatile Memory:
Non-volatile data memory is typically used to store configuration settings. Nut/OS currently supports three types of non-volatile storage:
Nut/OS uses non-volatile memory to store the _CONFOS structure at location CONFNET_EE_OFFSET and the _CONFNET structure at location CONFNET_EE_OFFSET.
Functions | |
int | NutNvMemLoad (u_int addr, void *buff, size_t siz) |
Read data from non-volatile memory. | |
int | NutNvMemSave (u_int addr, CONST void *buff, size_t len) |
Save data in non-volatile memory. |
|
Read data from non-volatile memory. This routine provides platform independent access to non-volatile configuration data.
|
|
Save data in non-volatile memory. This routine provides platform independent access to non-volatile configuration data.
|