ESP-IDF
NVSHandleEntry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
NVSHandleEntry
NVSHandleEntry class
Syntax
Show:
Summary
Declaration
from
nvs_api.cpp:32
class
NVSHandleEntry
:
public
intrusive_list_node
<
NVSHandleEntry
>
,
public
ExceptionlessAllocatable
{
public
:
NVSHandleEntry
(
nvs
::
NVSHandleSimple
*
handle
,
const
char
*
part_name
)
:
nvs_handle
(
handle
)
,
mHandle
(
++
s_nvs_next_handle
)
,
handle_part_name
(
part_name
)
{
}
~
NVSHandleEntry
(
)
{
delete
nvs_handle
;
}
nvs
::
NVSHandleSimple
*
nvs_handle
;
nvs_handle_t
mHandle
;
const
char
*
handle_part_name
;
private
:
static
uint32_t
s_nvs_next_handle
;
}
;
Fields
Field
Declared as
NVSHandleEntry::nvs_handle
nvs
::
NVSHandleSimple
*
NVSHandleEntry::mHandle
nvs_handle_t
NVSHandleEntry::handle_part_name
const
char
*
NVSHandleEntry::s_nvs_next_handle
Related Functions
Found 3 other functions taking a
NVSHandleEntry
argument:
Function
close_handles_and_deinit()::
::operator()() const
nvs_find_ns_handle()::
::operator()() const
nvs_close()::
::operator()() const
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out