Modbus Vault v1.0
Loading...
Searching...
No Matches
nvs_manager_t Struct Reference

NVS manager type structure. More...

#include <nvs_manager_internal.h>

Collaboration diagram for nvs_manager_t:
[legend]

Data Fields

nvs_manager_ops_tops_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
 

Detailed Description

NVS manager type structure.

Field Documentation

◆ app_config

app_config_t nvs_manager_t::app_config

Application configuration structure

◆ handle

nvs_handle_t nvs_manager_t::handle

Open NVS handle

◆ is_dirty

bool nvs_manager_t::is_dirty

Application structure dirty flag

◆ ops_ptr

nvs_manager_ops_t* nvs_manager_t::ops_ptr

Pointer to manager operations structure

◆ shadow_app_config

app_config_t nvs_manager_t::shadow_app_config

Shadow application configuration structure

◆ sync_timer_handle

esp_timer_handle_t nvs_manager_t::sync_timer_handle

Syncing timer handle


The documentation for this struct was generated from the following file: