|
Modbus Vault v1.0
|
NVS manager type structure. More...
#include <nvs_manager_internal.h>
Data Fields | |
| nvs_manager_ops_t * | ops_ptr |
| app_config_t | app_config |
| app_config_t | shadow_app_config |
| nvs_handle_t | handle |
| esp_timer_handle_t | sync_timer_handle |
| bool | is_dirty |
NVS manager type structure.
| app_config_t nvs_manager_t::app_config |
Application configuration structure
| nvs_handle_t nvs_manager_t::handle |
Open NVS handle
| bool nvs_manager_t::is_dirty |
Application structure dirty flag
| nvs_manager_ops_t* nvs_manager_t::ops_ptr |
Pointer to manager operations structure
| app_config_t nvs_manager_t::shadow_app_config |
Shadow application configuration structure
| esp_timer_handle_t nvs_manager_t::sync_timer_handle |
Syncing timer handle