Internal flash manager state, managed and used internally. More...
#include <flash_manager.h>
Data Fields | |
fm_state_t | state |
State of the manager. More... | |
uint32_t | invalid_bytes |
Bytes invalidated in the area. More... | |
const fm_entry_t * | p_seal |
Pointer to the seal entry. More... | |
Internal flash manager state, managed and used internally.
Definition at line 216 of file flash_manager.h.
fm_state_t flash_manager_internal_state_t::state |
State of the manager.
Definition at line 218 of file flash_manager.h.
uint32_t flash_manager_internal_state_t::invalid_bytes |
Bytes invalidated in the area.
Definition at line 219 of file flash_manager.h.
const fm_entry_t* flash_manager_internal_state_t::p_seal |
Pointer to the seal entry.
Definition at line 220 of file flash_manager.h.