REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
persistent.h File Reference
#include "utils/json.h"
#include "utils/singleton.h"
#include <list>
Include dependency graph for persistent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nvmconfig::PersistentSettings
 
class  nvmconfig::PersistentSettingsWriter
 Persistent user-changable configuration of the Teensy Microcontroller. More...
 

Namespaces

namespace  nvmconfig
 

Enumerations

enum class  nvmconfig::Context { nvmconfig::User , nvmconfig::Flash }
 

Variables

static constexpr int nvmconfig::eeprom_address = 0
 
static constexpr int nvmconfig::eeprom_size = 2'000
 
static constexpr uint32_t nvmconfig::required_magic = 0xAA03