NVRAM offsets for the Eistec Mulle IoT board. More...
NVRAM offsets for the Eistec Mulle IoT board.
Definition in file mulle-nvram.h.
#include "nvram.h" Include dependency graph for mulle-nvram.h:
 Include dependency graph for mulle-nvram.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | MULLE_NVRAM_MAGIC_EXPECTED (0x4c4c554dul) /* == "MULL" in ASCII */ | 
| enum | mulle_nvram_address { MULLE_NVRAM_MAGIC = 0x0000 , MULLE_NVRAM_BOOT_COUNT = 0x0004 } | 
| typedef enum mulle_nvram_address | mulle_nvram_address_t | 
| nvram_t * | mulle_nvram | 
| #define MULLE_NVRAM_MAGIC_EXPECTED (0x4c4c554dul) /* == "MULL" in ASCII */ | 
Definition at line 31 of file mulle-nvram.h.
| enum mulle_nvram_address | 
| Enumerator | |
|---|---|
| MULLE_NVRAM_MAGIC | NVRAM magic number, used to identify an initialized FRAM device. | 
| MULLE_NVRAM_BOOT_COUNT | Reboot counter. | 
Definition at line 24 of file mulle-nvram.h.