Loading...
Searching...
No Matches
mulle-nvram.h File Reference

NVRAM offsets for the Eistec Mulle IoT board. More...

Detailed Description

NVRAM offsets for the Eistec Mulle IoT board.

Author
Joakim Gebart joaki.nosp@m.m.ge.nosp@m.bart@.nosp@m.eist.nosp@m.ec.se

Definition in file mulle-nvram.h.

#include "nvram.h"
+ Include dependency graph for mulle-nvram.h:
+ 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_tmulle_nvram
 

Macro Definition Documentation

◆ MULLE_NVRAM_MAGIC_EXPECTED

#define MULLE_NVRAM_MAGIC_EXPECTED   (0x4c4c554dul) /* == "MULL" in ASCII */

Definition at line 35 of file mulle-nvram.h.

Enumeration Type Documentation

◆ 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 28 of file mulle-nvram.h.