![]() |
Midnight Sun Firmware
|
Public Attributes | |
| void * | blob |
| size_t | blob_size |
| uintptr_t | flash_addr |
| uintptr_t | prev_flash_addr |
| uint8_t | page |
| void* blob |
Pointer to the RAM buffer/struct being persisted
| size_t blob_size |
Size of the buffer/struct being persisted
| uintptr_t flash_addr |
Current write pointer within a reserved page
| uint8_t page |
Page index reserved for this blob
| uintptr_t prev_flash_addr |
Address of the most recent valid record (for invalidation)