ESP-IDF
nvs::Page::mPartition
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::Page::mPartition
nvs::Page::mPartition field
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:227
Partition
*
mPartition
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Partition
*
mPartition
;
nvs_page.hpp:227
Page
::
Page
(
)
:
mPartition
(
nullptr
)
{
}
nvs_page.cpp:16
nvs::Page
nvs::Page::Page()
mPartition
=
partition
;
nvs_page.cpp:33
nvs::Page
nvs::Page::load()
auto
rc
=
mPartition
->
read_raw
(
mBaseAddress
,
&
header
,
sizeof
(
header
)
)
;
nvs_page.cpp:39
nvs::Page
nvs::Page::load()
rc
=
mPartition
->
read_raw
(
mBaseAddress
+
i
,
block
,
4
*
BLOCK_SIZE
)
;
nvs_page.cpp:56
nvs::Page
nvs::Page::load()
err
=
mPartition
->
write
(
phyAddr
,
&
item
,
sizeof
(
item
)
)
;
nvs_page.cpp:106
nvs::Page
nvs::Page::writeEntry()
rc
=
mPartition
->
write
(
phyAddr
,
data
,
size
)
;
nvs_page.cpp:138
nvs::Page
nvs::Page::writeEntryData()
auto
rc
=
mPartition
->
read_raw
(
entryAddress
,
&
header
,
sizeof
(
header
)
)
;
nvs_page.cpp:587
nvs::Page
nvs::Page::mLoadEntryTable()
auto
rc
=
mPartition
->
write_raw
(
mBaseAddress
,
&
header
,
sizeof
(
header
)
)
;
nvs_page.cpp:780
nvs::Page
nvs::Page::initialize()
err
=
mPartition
->
write_raw
(
mBaseAddress
+
ENTRY_TABLE_OFFSET
+
static_cast
<
uint32_t
>
(
wordToWrite
)
*
4
,
nvs_page.cpp:800
nvs::Page
nvs::Page::alterEntryState()
auto
rc
=
mPartition
->
write_raw
(
mBaseAddress
+
ENTRY_TABLE_OFFSET
+
static_cast
<
uint32_t
>
(
wordIndex
)
*
4
,
nvs_page.cpp:828
nvs::Page
nvs::Page::alterEntryRangeState()
auto
rc
=
mPartition
->
write_raw
(
mBaseAddress
,
&
state_val
,
sizeof
(
state
)
)
;
nvs_page.cpp:842
nvs::Page
nvs::Page::alterPageState()
rc
=
mPartition
->
read
(
phyAddr
,
&
dst
,
sizeof
(
dst
)
)
;
nvs_page.cpp:858
nvs::Page
nvs::Page::readEntry() const
auto
rc
=
mPartition
->
erase_range
(
mBaseAddress
,
SEC_SIZE
)
;
nvs_page.cpp:1026
nvs::Page
nvs::Page::erase()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Page::mPartition
is written by 1 function and is read by 10 functions:
nvs::Page::load()
All items filtered out
nvs::Page::mPartition
nvs::Page::load()
nvs::Page::writeEntry()
nvs::Page::writeEntryData()
nvs::Page::mLoadEntryTable()
nvs::Page::initialize()
nvs::Page::alterEntryState()
nvs::Page::alterEntryRangeState()
nvs::Page::alterPageState()
nvs::Page::readEntry() const
nvs::Page::erase()
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