ESP-IDF
nvs::Storage::UsedPageNode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Storage::UsedPageNode
nvs::Storage::UsedPageNode struct
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:39
struct
UsedPageNode
:
public
intrusive_list_node
<
UsedPageNode
>
,
public
ExceptionlessAllocatable
{
public
:
Page
*
mPage
;
}
;
Fields
Field
Declared as
nvs::Storage::UsedPageNode::mPage
Page
*
Examples
References
from
examples
Code
Location
Scope
struct
UsedPageNode
:
public
intrusive_list_node
<
UsedPageNode
>
,
public
ExceptionlessAllocatable
{
nvs_storage.hpp:39
UsedPageNode
*
node
=
new
(
std
::
nothrow
)
UsedPageNode
(
)
;
nvs_storage.cpp:329
nvs::Storage::writeMultiPageBlob()
typedef
intrusive_list
<
UsedPageNode
>
TUsedPageList
;
nvs_storage.hpp:43
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
nvs::Storage::UsedPageNode
is inherited by 1 classes:
All items filtered out
nvs::Storage::UsedPageNode
ExceptionlessAllocatable
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