Collaboration diagram for System Configuration:
|
Data Structures | |
| struct | _CONFOS |
| Operating system configuration structure. More... | |
| struct | _CONFOS |
| Operating system configuration structure. More... | |
Defines | |
| #define | CONFOS_EE_OFFSET 0 |
| Non-volatile memory location. | |
| #define | CONFOS_EE_MAGIC "OS" |
Typedefs | |
| typedef _CONFOS | CONFOS |
| Operating system configuration type. | |
Functions | |
| int | NutLoadConfig (void) |
| Load Nut/OS configuration from non-volatile memory. | |
| int | NutSaveConfig (void) |
| Save Nut/OS configuration in non-volatile memory. | |
Variables | |
| CONFOS | confos |
| Global system configuration structure. | |
| CONFOS | confos |
| Global system configuration structure. | |
|
|
Non-volatile memory location. Offset into non-volatile memory, where Nut/OS stores the system configuration. The default may be overridden by the Configurator. |
|
|
Load Nut/OS configuration from non-volatile memory. This routine is automatically called during system initialization.
|
|
|
Save Nut/OS configuration in non-volatile memory.
|
|
|
Global system configuration structure. Contains the current system configuration. Nut/OS will load this structure from non-volatile memory during initialization. |
|
|
Global system configuration structure. Contains the current system configuration. Nut/OS will load this structure from non-volatile memory during initialization. |