Data Structures | |
struct | _CONFOS |
Operating system configuration structure. More... | |
Defines | |
#define | CONFOS_EE_OFFSET 0 |
Non-volatile memory location. | |
#define | CONFOS_EE_MAGIC "OS" |
Functions | |
struct | __attribute__ ((packed)) _CONFOS CONFOS |
Operating system configuration type. | |
__BEGIN_DECLS int | NutLoadConfig (void) |
int | NutSaveConfig (void) |
Variables | |
CONFOS | confos |
#define CONFOS_EE_OFFSET 0 |
struct __attribute__ | ( | (packed) | ) | [read] |
Operating system configuration type.
Size of this structure.
Used by Nut/Net to verify, that the structure contents is valid after reading it from non-volatile memory.
Magic cookie.
Contains CONFOS_EE_MAGIC.
Host name of the system.
__BEGIN_DECLS int NutLoadConfig | ( | void | ) |
int NutSaveConfig | ( | void | ) |
CONFOS confos |