ESP-IDF
nvs::Page::mBaseAddress
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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::mBaseAddress
nvs::Page::mBaseAddress field
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:211
uint32_t
mBaseAddress
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mBaseAddress
=
0
;
nvs_page.hpp:211
mBaseAddress
=
sectorNumber
*
SEC_SIZE
;
nvs_page.cpp:34
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()
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()
auto
rc
=
mPartition
->
erase_range
(
mBaseAddress
,
SEC_SIZE
)
;
nvs_page.cpp:1026
nvs::Page
nvs::Page::erase()
static_cast
<
uint32_t
>
(
mState
)
,
pageStateToName
(
mState
)
,
mBaseAddress
,
mSeqNumber
,
static_cast
<
uint32_t
>
(
mFirstUsedEntry
)
,
static_cast
<
uint32_t
>
(
mNextFreeEntry
)
,
mUsedEntryCount
,
mErasedEntryCount
)
;
nvs_page.cpp:1097
nvs::Page
nvs::Page::debugDump() const
*
address
=
mBaseAddress
+
ENTRY_DATA_OFFSET
+
static_cast
<
uint32_t
>
(
entry
)
*
ENTRY_SIZE
;
nvs_page.hpp:203
nvs::Page
nvs::Page::getEntryAddress() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Page::mBaseAddress
is written by 1 function and is read by 8 functions:
nvs::Page::load()
All items filtered out
nvs::Page::mBaseAddress
nvs::Page::getEntryAddress() const
nvs::Page::load()
nvs::Page::initialize()
nvs::Page::alterEntryState()
nvs::Page::alterEntryRangeState()
nvs::Page::alterPageState()
nvs::Page::erase()
nvs::Page::debugDump() const
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